Condividi tramite


NetworkToNetworkInterconnects interface

Interfaccia che rappresenta un networkToNetworkInterconnects.

Metodi

beginCreate(string, string, string, NetworkToNetworkInterconnect, NetworkToNetworkInterconnectsCreateOptionalParams)

Configurazione usata per configurare CE-PE metodo PUT di connettività.

beginCreateAndWait(string, string, string, NetworkToNetworkInterconnect, NetworkToNetworkInterconnectsCreateOptionalParams)

Configurazione usata per configurare CE-PE metodo PUT di connettività.

beginDelete(string, string, string, NetworkToNetworkInterconnectsDeleteOptionalParams)

Implementa il metodo DELETE NetworkToNetworkInterconnects.

beginDeleteAndWait(string, string, string, NetworkToNetworkInterconnectsDeleteOptionalParams)

Implementa il metodo DELETE NetworkToNetworkInterconnects.

beginUpdate(string, string, string, NetworkToNetworkInterconnectPatch, NetworkToNetworkInterconnectsUpdateOptionalParams)

Aggiornare determinate proprietà della risorsa Network To NetworkInterconnects.

beginUpdateAdministrativeState(string, string, string, UpdateAdministrativeState, NetworkToNetworkInterconnectsUpdateAdministrativeStateOptionalParams)

Aggiorna lo stato amministratore.

beginUpdateAdministrativeStateAndWait(string, string, string, UpdateAdministrativeState, NetworkToNetworkInterconnectsUpdateAdministrativeStateOptionalParams)

Aggiorna lo stato amministratore.

beginUpdateAndWait(string, string, string, NetworkToNetworkInterconnectPatch, NetworkToNetworkInterconnectsUpdateOptionalParams)

Aggiornare determinate proprietà della risorsa Network To NetworkInterconnects.

beginUpdateNpbStaticRouteBfdAdministrativeState(string, string, string, UpdateAdministrativeState, NetworkToNetworkInterconnectsUpdateNpbStaticRouteBfdAdministrativeStateOptionalParams)

Aggiorna lo stato amministrativo BFD della route statica NPB.

beginUpdateNpbStaticRouteBfdAdministrativeStateAndWait(string, string, string, UpdateAdministrativeState, NetworkToNetworkInterconnectsUpdateNpbStaticRouteBfdAdministrativeStateOptionalParams)

Aggiorna lo stato amministrativo BFD della route statica NPB.

get(string, string, string, NetworkToNetworkInterconnectsGetOptionalParams)

Implementa il metodo GET NetworkToNetworkInterconnects.

listByNetworkFabric(string, string, NetworkToNetworkInterconnectsListByNetworkFabricOptionalParams)

Implementa l'elenco Connessioni da rete a rete in base al metodo GET di Network Fabric.

Dettagli metodo

beginCreate(string, string, string, NetworkToNetworkInterconnect, NetworkToNetworkInterconnectsCreateOptionalParams)

Configurazione usata per configurare CE-PE metodo PUT di connettività.

function beginCreate(resourceGroupName: string, networkFabricName: string, networkToNetworkInterconnectName: string, body: NetworkToNetworkInterconnect, options?: NetworkToNetworkInterconnectsCreateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkToNetworkInterconnect>, NetworkToNetworkInterconnect>>

Parametri

resourceGroupName

string

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

networkFabricName

string

Nome dell'infrastruttura di rete.

networkToNetworkInterconnectName

string

Nome dell'interconnessione da rete a rete.

body
NetworkToNetworkInterconnect

Payload della richiesta.

options
NetworkToNetworkInterconnectsCreateOptionalParams

Parametri delle opzioni.

Restituisce

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

beginCreateAndWait(string, string, string, NetworkToNetworkInterconnect, NetworkToNetworkInterconnectsCreateOptionalParams)

Configurazione usata per configurare CE-PE metodo PUT di connettività.

function beginCreateAndWait(resourceGroupName: string, networkFabricName: string, networkToNetworkInterconnectName: string, body: NetworkToNetworkInterconnect, options?: NetworkToNetworkInterconnectsCreateOptionalParams): Promise<NetworkToNetworkInterconnect>

Parametri

resourceGroupName

string

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

networkFabricName

string

Nome dell'infrastruttura di rete.

networkToNetworkInterconnectName

string

Nome dell'interconnessione da rete a rete.

body
NetworkToNetworkInterconnect

Payload della richiesta.

options
NetworkToNetworkInterconnectsCreateOptionalParams

Parametri delle opzioni.

Restituisce

beginDelete(string, string, string, NetworkToNetworkInterconnectsDeleteOptionalParams)

Implementa il metodo DELETE NetworkToNetworkInterconnects.

function beginDelete(resourceGroupName: string, networkFabricName: string, networkToNetworkInterconnectName: string, options?: NetworkToNetworkInterconnectsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parametri

resourceGroupName

string

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

networkFabricName

string

Nome dell'infrastruttura di rete.

networkToNetworkInterconnectName

string

Nome dell'interconnessione da rete a rete.

options
NetworkToNetworkInterconnectsDeleteOptionalParams

Parametri delle opzioni.

Restituisce

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

beginDeleteAndWait(string, string, string, NetworkToNetworkInterconnectsDeleteOptionalParams)

Implementa il metodo DELETE NetworkToNetworkInterconnects.

function beginDeleteAndWait(resourceGroupName: string, networkFabricName: string, networkToNetworkInterconnectName: string, options?: NetworkToNetworkInterconnectsDeleteOptionalParams): Promise<void>

Parametri

resourceGroupName

string

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

networkFabricName

string

Nome dell'infrastruttura di rete.

networkToNetworkInterconnectName

string

Nome dell'interconnessione da rete a rete.

options
NetworkToNetworkInterconnectsDeleteOptionalParams

Parametri delle opzioni.

Restituisce

Promise<void>

beginUpdate(string, string, string, NetworkToNetworkInterconnectPatch, NetworkToNetworkInterconnectsUpdateOptionalParams)

Aggiornare determinate proprietà della risorsa Network To NetworkInterconnects.

function beginUpdate(resourceGroupName: string, networkFabricName: string, networkToNetworkInterconnectName: string, body: NetworkToNetworkInterconnectPatch, options?: NetworkToNetworkInterconnectsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkToNetworkInterconnect>, NetworkToNetworkInterconnect>>

Parametri

resourceGroupName

string

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

networkFabricName

string

Nome dell'infrastruttura di rete.

networkToNetworkInterconnectName

string

Nome dell'interconnessione da rete a rete.

body
NetworkToNetworkInterconnectPatch

Proprietà da rete a interconnessione di rete da aggiornare.

options
NetworkToNetworkInterconnectsUpdateOptionalParams

Parametri delle opzioni.

Restituisce

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

beginUpdateAdministrativeState(string, string, string, UpdateAdministrativeState, NetworkToNetworkInterconnectsUpdateAdministrativeStateOptionalParams)

Aggiorna lo stato amministratore.

function beginUpdateAdministrativeState(resourceGroupName: string, networkFabricName: string, networkToNetworkInterconnectName: string, body: UpdateAdministrativeState, options?: NetworkToNetworkInterconnectsUpdateAdministrativeStateOptionalParams): Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>

Parametri

resourceGroupName

string

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

networkFabricName

string

Nome dell'infrastruttura di rete.

networkToNetworkInterconnectName

string

Nome dell'interconnessione da rete a rete.

body
UpdateAdministrativeState

Payload della richiesta.

Restituisce

beginUpdateAdministrativeStateAndWait(string, string, string, UpdateAdministrativeState, NetworkToNetworkInterconnectsUpdateAdministrativeStateOptionalParams)

Aggiorna lo stato amministratore.

function beginUpdateAdministrativeStateAndWait(resourceGroupName: string, networkFabricName: string, networkToNetworkInterconnectName: string, body: UpdateAdministrativeState, options?: NetworkToNetworkInterconnectsUpdateAdministrativeStateOptionalParams): Promise<CommonPostActionResponseForStateUpdate>

Parametri

resourceGroupName

string

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

networkFabricName

string

Nome dell'infrastruttura di rete.

networkToNetworkInterconnectName

string

Nome dell'interconnessione da rete a rete.

body
UpdateAdministrativeState

Payload della richiesta.

Restituisce

beginUpdateAndWait(string, string, string, NetworkToNetworkInterconnectPatch, NetworkToNetworkInterconnectsUpdateOptionalParams)

Aggiornare determinate proprietà della risorsa Network To NetworkInterconnects.

function beginUpdateAndWait(resourceGroupName: string, networkFabricName: string, networkToNetworkInterconnectName: string, body: NetworkToNetworkInterconnectPatch, options?: NetworkToNetworkInterconnectsUpdateOptionalParams): Promise<NetworkToNetworkInterconnect>

Parametri

resourceGroupName

string

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

networkFabricName

string

Nome dell'infrastruttura di rete.

networkToNetworkInterconnectName

string

Nome dell'interconnessione da rete a rete.

body
NetworkToNetworkInterconnectPatch

Proprietà da rete a interconnessione di rete da aggiornare.

options
NetworkToNetworkInterconnectsUpdateOptionalParams

Parametri delle opzioni.

Restituisce

beginUpdateNpbStaticRouteBfdAdministrativeState(string, string, string, UpdateAdministrativeState, NetworkToNetworkInterconnectsUpdateNpbStaticRouteBfdAdministrativeStateOptionalParams)

Aggiorna lo stato amministrativo BFD della route statica NPB.

function beginUpdateNpbStaticRouteBfdAdministrativeState(resourceGroupName: string, networkFabricName: string, networkToNetworkInterconnectName: string, body: UpdateAdministrativeState, options?: NetworkToNetworkInterconnectsUpdateNpbStaticRouteBfdAdministrativeStateOptionalParams): Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>

Parametri

resourceGroupName

string

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

networkFabricName

string

Nome dell'infrastruttura di rete.

networkToNetworkInterconnectName

string

Nome dell'interconnessione da rete a rete.

body
UpdateAdministrativeState

Payload della richiesta.

Restituisce

beginUpdateNpbStaticRouteBfdAdministrativeStateAndWait(string, string, string, UpdateAdministrativeState, NetworkToNetworkInterconnectsUpdateNpbStaticRouteBfdAdministrativeStateOptionalParams)

Aggiorna lo stato amministrativo BFD della route statica NPB.

function beginUpdateNpbStaticRouteBfdAdministrativeStateAndWait(resourceGroupName: string, networkFabricName: string, networkToNetworkInterconnectName: string, body: UpdateAdministrativeState, options?: NetworkToNetworkInterconnectsUpdateNpbStaticRouteBfdAdministrativeStateOptionalParams): Promise<CommonPostActionResponseForStateUpdate>

Parametri

resourceGroupName

string

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

networkFabricName

string

Nome dell'infrastruttura di rete.

networkToNetworkInterconnectName

string

Nome dell'interconnessione da rete a rete.

body
UpdateAdministrativeState

Payload della richiesta.

Restituisce

get(string, string, string, NetworkToNetworkInterconnectsGetOptionalParams)

Implementa il metodo GET NetworkToNetworkInterconnects.

function get(resourceGroupName: string, networkFabricName: string, networkToNetworkInterconnectName: string, options?: NetworkToNetworkInterconnectsGetOptionalParams): Promise<NetworkToNetworkInterconnect>

Parametri

resourceGroupName

string

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

networkFabricName

string

Nome dell'infrastruttura di rete.

networkToNetworkInterconnectName

string

Nome dell'interconnessione da rete a rete.

options
NetworkToNetworkInterconnectsGetOptionalParams

Parametri delle opzioni.

Restituisce

listByNetworkFabric(string, string, NetworkToNetworkInterconnectsListByNetworkFabricOptionalParams)

Implementa l'elenco Connessioni da rete a rete in base al metodo GET di Network Fabric.

function listByNetworkFabric(resourceGroupName: string, networkFabricName: string, options?: NetworkToNetworkInterconnectsListByNetworkFabricOptionalParams): PagedAsyncIterableIterator<NetworkToNetworkInterconnect, NetworkToNetworkInterconnect[], PageSettings>

Parametri

resourceGroupName

string

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

networkFabricName

string

Nome dell'infrastruttura di rete.

Restituisce