Condividi tramite


AttachedNetworks interface

Interfaccia che rappresenta un oggetto AttachedNetworks.

Metodi

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

Crea o aggiorna un oggetto NetworkConnection collegato.

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

Crea o aggiorna un oggetto NetworkConnection collegato.

beginDelete(string, string, string, AttachedNetworksDeleteOptionalParams)

Scollegare un networkConnection.

beginDeleteAndWait(string, string, string, AttachedNetworksDeleteOptionalParams)

Scollegare un networkConnection.

getByDevCenter(string, string, string, AttachedNetworksGetByDevCenterOptionalParams)

Ottiene un oggetto NetworkConnection collegato.

getByProject(string, string, string, AttachedNetworksGetByProjectOptionalParams)

Ottiene un oggetto NetworkConnection collegato.

listByDevCenter(string, string, AttachedNetworksListByDevCenterOptionalParams)

Elenca le connessioni NetworkConnections associate per un DevCenter.

listByProject(string, string, AttachedNetworksListByProjectOptionalParams)

Elenca le connessioni di rete associate per un progetto.

Dettagli metodo

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

Crea o aggiorna un oggetto 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. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

devCenterName

string

Nome del devcenter.

attachedNetworkConnectionName

string

Nome dell'oggetto NetworkConnection collegato.

body
AttachedNetworkConnection

Rappresenta un oggetto NetworkConnection collegato.

options
AttachedNetworksCreateOrUpdateOptionalParams

Parametri delle opzioni.

Restituisce

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

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

Crea o aggiorna un oggetto NetworkConnection collegato.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

devCenterName

string

Nome del devcenter.

attachedNetworkConnectionName

string

Nome dell'oggetto NetworkConnection collegato.

body
AttachedNetworkConnection

Rappresenta un oggetto NetworkConnection collegato.

options
AttachedNetworksCreateOrUpdateOptionalParams

Parametri delle opzioni.

Restituisce

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. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

devCenterName

string

Nome del devcenter.

attachedNetworkConnectionName

string

Nome dell'oggetto NetworkConnection collegato.

options
AttachedNetworksDeleteOptionalParams

Parametri delle opzioni.

Restituisce

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. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

devCenterName

string

Nome del devcenter.

attachedNetworkConnectionName

string

Nome dell'oggetto NetworkConnection collegato.

options
AttachedNetworksDeleteOptionalParams

Parametri delle opzioni.

Restituisce

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. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

devCenterName

string

Nome del devcenter.

attachedNetworkConnectionName

string

Nome dell'oggetto NetworkConnection collegato.

options
AttachedNetworksGetByDevCenterOptionalParams

Parametri delle opzioni.

Restituisce

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. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

projectName

string

Nome del progetto.

attachedNetworkConnectionName

string

Nome dell'oggetto NetworkConnection collegato.

options
AttachedNetworksGetByProjectOptionalParams

Parametri delle opzioni.

Restituisce

listByDevCenter(string, string, AttachedNetworksListByDevCenterOptionalParams)

Elenca le connessioni NetworkConnections associate per un DevCenter.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

devCenterName

string

Nome del devcenter.

options
AttachedNetworksListByDevCenterOptionalParams

Parametri delle opzioni.

Restituisce

listByProject(string, string, AttachedNetworksListByProjectOptionalParams)

Elenca le connessioni di rete associate per un progetto.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

projectName

string

Nome del progetto.

options
AttachedNetworksListByProjectOptionalParams

Parametri delle opzioni.

Restituisce