Compartir a través de


NetworkToNetworkInterconnects interface

Interfaz que representa networkToNetworkInterconnects.

Métodos

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

Configuración usada para configurar el método PUT de conectividad CE-PE.

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

Configuración usada para configurar el método PUT de conectividad CE-PE.

beginDelete(string, string, string, NetworkToNetworkInterconnectsDeleteOptionalParams)

Implementa el método NETWORKToNetworkInterconnects DELETE.

beginDeleteAndWait(string, string, string, NetworkToNetworkInterconnectsDeleteOptionalParams)

Implementa el método NETWORKToNetworkInterconnects DELETE.

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

Actualice determinadas propiedades del recurso Network To NetworkInterconnects.

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

Novedades el estado de Administración.

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

Novedades el estado de Administración.

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

Actualice determinadas propiedades del recurso Network To NetworkInterconnects.

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

Novedades el estado administrativo de la ruta estática NPB BFD.

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

Novedades el estado administrativo de la ruta estática NPB BFD.

get(string, string, string, NetworkToNetworkInterconnectsGetOptionalParams)

Implementa el método GET NetworkToNetworkInterconnects.

listByNetworkFabric(string, string, NetworkToNetworkInterconnectsListByNetworkFabricOptionalParams)

Implementa la lista de interconexiones de red a red mediante el método GET de Network Fabric.

Detalles del método

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

Configuración usada para configurar el método PUT de conectividad CE-PE.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

networkFabricName

string

Nombre del tejido de red.

networkToNetworkInterconnectName

string

Nombre de la red a la interconexión de red.

body
NetworkToNetworkInterconnect

Carga de solicitud.

options
NetworkToNetworkInterconnectsCreateOptionalParams

Parámetros de opciones.

Devoluciones

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

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

Configuración usada para configurar el método PUT de conectividad CE-PE.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

networkFabricName

string

Nombre del tejido de red.

networkToNetworkInterconnectName

string

Nombre de la red a la interconexión de red.

body
NetworkToNetworkInterconnect

Carga de solicitud.

options
NetworkToNetworkInterconnectsCreateOptionalParams

Parámetros de opciones.

Devoluciones

beginDelete(string, string, string, NetworkToNetworkInterconnectsDeleteOptionalParams)

Implementa el método NETWORKToNetworkInterconnects DELETE.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

networkFabricName

string

Nombre del tejido de red.

networkToNetworkInterconnectName

string

Nombre de la red a la interconexión de red.

options
NetworkToNetworkInterconnectsDeleteOptionalParams

Parámetros de opciones.

Devoluciones

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

beginDeleteAndWait(string, string, string, NetworkToNetworkInterconnectsDeleteOptionalParams)

Implementa el método NETWORKToNetworkInterconnects DELETE.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

networkFabricName

string

Nombre del tejido de red.

networkToNetworkInterconnectName

string

Nombre de la red a la interconexión de red.

options
NetworkToNetworkInterconnectsDeleteOptionalParams

Parámetros de opciones.

Devoluciones

Promise<void>

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

Actualice determinadas propiedades del 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

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

networkFabricName

string

Nombre del tejido de red.

networkToNetworkInterconnectName

string

Nombre de la red a la interconexión de red.

body
NetworkToNetworkInterconnectPatch

Propiedades de red a interconexión de red que se van a actualizar.

options
NetworkToNetworkInterconnectsUpdateOptionalParams

Parámetros de opciones.

Devoluciones

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

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

Novedades el estado de Administración.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

networkFabricName

string

Nombre del tejido de red.

networkToNetworkInterconnectName

string

Nombre de la red a la interconexión de red.

body
UpdateAdministrativeState

Carga de solicitud.

Devoluciones

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

Novedades el estado de Administración.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

networkFabricName

string

Nombre del tejido de red.

networkToNetworkInterconnectName

string

Nombre de la red a la interconexión de red.

body
UpdateAdministrativeState

Carga de solicitud.

Devoluciones

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

Actualice determinadas propiedades del recurso Network To NetworkInterconnects.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

networkFabricName

string

Nombre del tejido de red.

networkToNetworkInterconnectName

string

Nombre de la red a la interconexión de red.

body
NetworkToNetworkInterconnectPatch

Propiedades de red a interconexión de red que se van a actualizar.

options
NetworkToNetworkInterconnectsUpdateOptionalParams

Parámetros de opciones.

Devoluciones

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

Novedades el estado administrativo de la ruta estática NPB BFD.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

networkFabricName

string

Nombre del tejido de red.

networkToNetworkInterconnectName

string

Nombre de la red a la interconexión de red.

body
UpdateAdministrativeState

Carga de solicitud.

Devoluciones

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

Novedades el estado administrativo de la ruta estática NPB BFD.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

networkFabricName

string

Nombre del tejido de red.

networkToNetworkInterconnectName

string

Nombre de la red a la interconexión de red.

body
UpdateAdministrativeState

Carga de solicitud.

Devoluciones

get(string, string, string, NetworkToNetworkInterconnectsGetOptionalParams)

Implementa el método GET NetworkToNetworkInterconnects.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

networkFabricName

string

Nombre del tejido de red.

networkToNetworkInterconnectName

string

Nombre de la red a la interconexión de red.

options
NetworkToNetworkInterconnectsGetOptionalParams

Parámetros de opciones.

Devoluciones

listByNetworkFabric(string, string, NetworkToNetworkInterconnectsListByNetworkFabricOptionalParams)

Implementa la lista de interconexiones de red a red mediante el método GET de Network Fabric.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

networkFabricName

string

Nombre del tejido de red.

Devoluciones