AttachedNetworks interface
Interfaccia che rappresenta un oggetto AttachedNetworks.
Metodi
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.
Rappresenta un oggetto NetworkConnection collegato.
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.
Rappresenta un oggetto NetworkConnection collegato.
Parametri delle opzioni.
Restituisce
Promise<AttachedNetworkConnection>
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.
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.
Parametri delle opzioni.
Restituisce
Promise<AttachedNetworksDeleteHeaders>
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.
Parametri delle opzioni.
Restituisce
Promise<AttachedNetworkConnection>
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.
Parametri delle opzioni.
Restituisce
Promise<AttachedNetworkConnection>
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.
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.
Parametri delle opzioni.