Partilhar via


NetworkToNetworkInterconnects interface

Interface que representa uma NetworkToNetworkInterconnects.

Métodos

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

Configuração utilizada para configurar o Método PUT de conectividade CE-PE.

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

Configuração utilizada para configurar o Método PUT de conectividade CE-PE.

beginDelete(string, string, string, NetworkToNetworkInterconnectsDeleteOptionalParams)

Implementa o método NetworkToNetworkInterconnects DELETE.

beginDeleteAndWait(string, string, string, NetworkToNetworkInterconnectsDeleteOptionalParams)

Implementa o método NetworkToNetworkInterconnects DELETE.

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

Atualize determinadas propriedades do recurso Network To NetworkInterconnects.

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

Atualizações o Estado Administração.

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

Atualizações o Estado Administração.

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

Atualize determinadas propriedades do recurso Network To NetworkInterconnects.

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

Atualizações o Estado Administrativo do BFD da Rota Estática NPB.

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

Atualizações o Estado Administrativo do BFD da Rota Estática NPB.

get(string, string, string, NetworkToNetworkInterconnectsGetOptionalParams)

Implementa o método GET NetworkToNetworkInterconnects.

listByNetworkFabric(string, string, NetworkToNetworkInterconnectsListByNetworkFabricOptionalParams)

Implementa a lista Interligações rede a rede pelo método GET dos Recursos de Infraestrutura de Rede.

Detalhes de Método

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

Configuração utilizada para configurar o Método PUT de conectividade CE-PE.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

networkFabricName

string

Nome dos Recursos de Infraestrutura de Rede.

networkToNetworkInterconnectName

string

Nome da Rede para Interligação de Rede.

body
NetworkToNetworkInterconnect

Pedir payload.

options
NetworkToNetworkInterconnectsCreateOptionalParams

Os parâmetros de opções.

Devoluções

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

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

Configuração utilizada para configurar o Método PUT de conectividade CE-PE.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

networkFabricName

string

Nome dos Recursos de Infraestrutura de Rede.

networkToNetworkInterconnectName

string

Nome da Rede para Interligação de Rede.

body
NetworkToNetworkInterconnect

Pedir payload.

options
NetworkToNetworkInterconnectsCreateOptionalParams

Os parâmetros de opções.

Devoluções

beginDelete(string, string, string, NetworkToNetworkInterconnectsDeleteOptionalParams)

Implementa o método NetworkToNetworkInterconnects DELETE.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

networkFabricName

string

Nome dos Recursos de Infraestrutura de Rede.

networkToNetworkInterconnectName

string

Nome da Rede para Interligação de Rede.

options
NetworkToNetworkInterconnectsDeleteOptionalParams

Os parâmetros de opções.

Devoluções

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

beginDeleteAndWait(string, string, string, NetworkToNetworkInterconnectsDeleteOptionalParams)

Implementa o método NetworkToNetworkInterconnects DELETE.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

networkFabricName

string

Nome dos Recursos de Infraestrutura de Rede.

networkToNetworkInterconnectName

string

Nome da Rede para Interligação de Rede.

options
NetworkToNetworkInterconnectsDeleteOptionalParams

Os parâmetros de opções.

Devoluções

Promise<void>

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

Atualize determinadas propriedades do recurso Network To NetworkInterconnects.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

networkFabricName

string

Nome dos Recursos de Infraestrutura de Rede.

networkToNetworkInterconnectName

string

Nome da Rede para Interligação de Rede.

body
NetworkToNetworkInterconnectPatch

Propriedades de Interligação de Rede a Rede a atualizar.

options
NetworkToNetworkInterconnectsUpdateOptionalParams

Os parâmetros de opções.

Devoluções

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

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

Atualizações o Estado Administração.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

networkFabricName

string

Nome dos Recursos de Infraestrutura de Rede.

networkToNetworkInterconnectName

string

Nome da Rede para Interligação de Rede.

body
UpdateAdministrativeState

Pedir payload.

Devoluções

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

Atualizações o Estado Administração.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

networkFabricName

string

Nome dos Recursos de Infraestrutura de Rede.

networkToNetworkInterconnectName

string

Nome da Rede para Interligação de Rede.

body
UpdateAdministrativeState

Pedir payload.

Devoluções

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

Atualize determinadas propriedades do recurso Network To NetworkInterconnects.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

networkFabricName

string

Nome dos Recursos de Infraestrutura de Rede.

networkToNetworkInterconnectName

string

Nome da Rede para Interligação de Rede.

body
NetworkToNetworkInterconnectPatch

Propriedades de Interligação de Rede a Rede a atualizar.

options
NetworkToNetworkInterconnectsUpdateOptionalParams

Os parâmetros de opções.

Devoluções

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

Atualizações o Estado Administrativo do BFD da Rota Estática NPB.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

networkFabricName

string

Nome dos Recursos de Infraestrutura de Rede.

networkToNetworkInterconnectName

string

Nome da Rede para Interligação de Rede.

body
UpdateAdministrativeState

Pedir payload.

Devoluções

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

Atualizações o Estado Administrativo do BFD da Rota Estática NPB.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

networkFabricName

string

Nome dos Recursos de Infraestrutura de Rede.

networkToNetworkInterconnectName

string

Nome da Rede para Interligação de Rede.

body
UpdateAdministrativeState

Pedir payload.

Devoluções

get(string, string, string, NetworkToNetworkInterconnectsGetOptionalParams)

Implementa o método GET NetworkToNetworkInterconnects.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

networkFabricName

string

Nome dos Recursos de Infraestrutura de Rede.

networkToNetworkInterconnectName

string

Nome da Rede para Interligação de Rede.

options
NetworkToNetworkInterconnectsGetOptionalParams

Os parâmetros de opções.

Devoluções

listByNetworkFabric(string, string, NetworkToNetworkInterconnectsListByNetworkFabricOptionalParams)

Implementa a lista Interligações rede a rede pelo método GET dos Recursos de Infraestrutura de Rede.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

networkFabricName

string

Nome dos Recursos de Infraestrutura de Rede.

Devoluções