AttachedNetworks interface

Interfaccia che rappresenta un oggetto AttachedNetworks.

Dettagli metodo

beginCreateOrUpdate(string, string, string, AttachedNetworkConnection, AttachedNetworksCreateOrUpdateOptionalParams)

Crea o aggiorna un networkConnection collegato.

function beginCreateOrUpdate(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, body: AttachedNetworkConnection, options?: AttachedNetworksCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AttachedNetworkConnection>, AttachedNetworkConnection>>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

devCenterName

string

Nome del devcenter.

attachedNetworkConnectionName

string

Nome dell'oggetto NetworkConnection collegato.

body
AttachedNetworkConnection

Rappresenta un networkconnection collegato.

options
AttachedNetworksCreateOrUpdateOptionalParams

Parametri delle opzioni.

Valori restituiti

Promise<@azure/core-lro.SimplePollerLike<OperationState<AttachedNetworkConnection>, AttachedNetworkConnection>>

beginCreateOrUpdateAndWait(string, string, string, AttachedNetworkConnection, AttachedNetworksCreateOrUpdateOptionalParams)

Crea o aggiorna un networkConnection collegato.

function beginCreateOrUpdateAndWait(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, body: AttachedNetworkConnection, options?: AttachedNetworksCreateOrUpdateOptionalParams): Promise<AttachedNetworkConnection>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

devCenterName

string

Nome del devcenter.

attachedNetworkConnectionName

string

Nome dell'oggetto NetworkConnection collegato.

body
AttachedNetworkConnection

Rappresenta un networkconnection collegato.

options
AttachedNetworksCreateOrUpdateOptionalParams

Parametri delle opzioni.

Valori restituiti

beginDelete(string, string, string, AttachedNetworksDeleteOptionalParams)

Scollegare un networkConnection.

function beginDelete(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<AttachedNetworksDeleteHeaders>, AttachedNetworksDeleteHeaders>>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

devCenterName

string

Nome del devcenter.

attachedNetworkConnectionName

string

Nome dell'oggetto NetworkConnection collegato.

options
AttachedNetworksDeleteOptionalParams

Parametri delle opzioni.

Valori restituiti

Promise<@azure/core-lro.SimplePollerLike<OperationState<AttachedNetworksDeleteHeaders>, AttachedNetworksDeleteHeaders>>

beginDeleteAndWait(string, string, string, AttachedNetworksDeleteOptionalParams)

Scollegare un networkConnection.

function beginDeleteAndWait(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksDeleteOptionalParams): Promise<AttachedNetworksDeleteHeaders>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

devCenterName

string

Nome del devcenter.

attachedNetworkConnectionName

string

Nome dell'oggetto NetworkConnection collegato.

options
AttachedNetworksDeleteOptionalParams

Parametri delle opzioni.

Valori restituiti

getByDevCenter(string, string, string, AttachedNetworksGetByDevCenterOptionalParams)

Ottiene un oggetto NetworkConnection collegato.

function getByDevCenter(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksGetByDevCenterOptionalParams): Promise<AttachedNetworkConnection>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

devCenterName

string

Nome del devcenter.

attachedNetworkConnectionName

string

Nome dell'oggetto NetworkConnection collegato.

options
AttachedNetworksGetByDevCenterOptionalParams

Parametri delle opzioni.

Valori restituiti

getByProject(string, string, string, AttachedNetworksGetByProjectOptionalParams)

Ottiene un oggetto NetworkConnection collegato.

function getByProject(resourceGroupName: string, projectName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksGetByProjectOptionalParams): Promise<AttachedNetworkConnection>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

projectName

string

Nome del progetto.

attachedNetworkConnectionName

string

Nome dell'oggetto NetworkConnection collegato.

options
AttachedNetworksGetByProjectOptionalParams

Parametri delle opzioni.

Valori restituiti

listByDevCenter(string, string, AttachedNetworksListByDevCenterOptionalParams)

Elenca i networkconnections collegati per un DevCenter.

function listByDevCenter(resourceGroupName: string, devCenterName: string, options?: AttachedNetworksListByDevCenterOptionalParams): PagedAsyncIterableIterator<AttachedNetworkConnection, AttachedNetworkConnection[], PageSettings>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

devCenterName

string

Nome del devcenter.

options
AttachedNetworksListByDevCenterOptionalParams

Parametri delle opzioni.

Valori restituiti

listByProject(string, string, AttachedNetworksListByProjectOptionalParams)

Elenca le connessioni NetworkConnections associate per un progetto.

function listByProject(resourceGroupName: string, projectName: string, options?: AttachedNetworksListByProjectOptionalParams): PagedAsyncIterableIterator<AttachedNetworkConnection, AttachedNetworkConnection[], PageSettings>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

projectName

string

Nome del progetto.

options
AttachedNetworksListByProjectOptionalParams

Parametri delle opzioni.

Valori restituiti