Compartir a través de


TrunkedNetworks interface

Interfaz que representa un trunkedNetworks.

Métodos

beginCreateOrUpdate(string, string, TrunkedNetwork, TrunkedNetworksCreateOrUpdateOptionalParams)

Cree una nueva red troncal o actualice las propiedades de la red troncal existente.

beginCreateOrUpdateAndWait(string, string, TrunkedNetwork, TrunkedNetworksCreateOrUpdateOptionalParams)

Cree una nueva red troncal o actualice las propiedades de la red troncal existente.

beginDelete(string, string, TrunkedNetworksDeleteOptionalParams)

Elimine la red troncal proporcionada.

beginDeleteAndWait(string, string, TrunkedNetworksDeleteOptionalParams)

Elimine la red troncal proporcionada.

get(string, string, TrunkedNetworksGetOptionalParams)

Obtiene las propiedades de la red troncal proporcionada.

listByResourceGroup(string, TrunkedNetworksListByResourceGroupOptionalParams)

Obtenga una lista de redes troncales en el grupo de recursos proporcionado.

listBySubscription(TrunkedNetworksListBySubscriptionOptionalParams)

Obtenga una lista de redes troncales en la suscripción proporcionada.

update(string, string, TrunkedNetworksUpdateOptionalParams)

Actualice las etiquetas asociadas a la red troncal proporcionada.

Detalles del método

beginCreateOrUpdate(string, string, TrunkedNetwork, TrunkedNetworksCreateOrUpdateOptionalParams)

Cree una nueva red troncal o actualice las propiedades de la red troncal existente.

function beginCreateOrUpdate(resourceGroupName: string, trunkedNetworkName: string, trunkedNetworkParameters: TrunkedNetwork, options?: TrunkedNetworksCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<TrunkedNetwork>, TrunkedNetwork>>

Parámetros

resourceGroupName

string

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

trunkedNetworkName

string

Nombre de la red troncal.

trunkedNetworkParameters
TrunkedNetwork

Cuerpo de la solicitud.

options
TrunkedNetworksCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

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

beginCreateOrUpdateAndWait(string, string, TrunkedNetwork, TrunkedNetworksCreateOrUpdateOptionalParams)

Cree una nueva red troncal o actualice las propiedades de la red troncal existente.

function beginCreateOrUpdateAndWait(resourceGroupName: string, trunkedNetworkName: string, trunkedNetworkParameters: TrunkedNetwork, options?: TrunkedNetworksCreateOrUpdateOptionalParams): Promise<TrunkedNetwork>

Parámetros

resourceGroupName

string

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

trunkedNetworkName

string

Nombre de la red troncal.

trunkedNetworkParameters
TrunkedNetwork

Cuerpo de la solicitud.

options
TrunkedNetworksCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

Promise<TrunkedNetwork>

beginDelete(string, string, TrunkedNetworksDeleteOptionalParams)

Elimine la red troncal proporcionada.

function beginDelete(resourceGroupName: string, trunkedNetworkName: string, options?: TrunkedNetworksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parámetros

resourceGroupName

string

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

trunkedNetworkName

string

Nombre de la red troncal.

options
TrunkedNetworksDeleteOptionalParams

Parámetros de opciones.

Devoluciones

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

beginDeleteAndWait(string, string, TrunkedNetworksDeleteOptionalParams)

Elimine la red troncal proporcionada.

function beginDeleteAndWait(resourceGroupName: string, trunkedNetworkName: string, options?: TrunkedNetworksDeleteOptionalParams): Promise<void>

Parámetros

resourceGroupName

string

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

trunkedNetworkName

string

Nombre de la red troncal.

options
TrunkedNetworksDeleteOptionalParams

Parámetros de opciones.

Devoluciones

Promise<void>

get(string, string, TrunkedNetworksGetOptionalParams)

Obtiene las propiedades de la red troncal proporcionada.

function get(resourceGroupName: string, trunkedNetworkName: string, options?: TrunkedNetworksGetOptionalParams): Promise<TrunkedNetwork>

Parámetros

resourceGroupName

string

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

trunkedNetworkName

string

Nombre de la red troncal.

options
TrunkedNetworksGetOptionalParams

Parámetros de opciones.

Devoluciones

Promise<TrunkedNetwork>

listByResourceGroup(string, TrunkedNetworksListByResourceGroupOptionalParams)

Obtenga una lista de redes troncales en el grupo de recursos proporcionado.

function listByResourceGroup(resourceGroupName: string, options?: TrunkedNetworksListByResourceGroupOptionalParams): PagedAsyncIterableIterator<TrunkedNetwork, TrunkedNetwork[], PageSettings>

Parámetros

resourceGroupName

string

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

options
TrunkedNetworksListByResourceGroupOptionalParams

Parámetros de opciones.

Devoluciones

listBySubscription(TrunkedNetworksListBySubscriptionOptionalParams)

Obtenga una lista de redes troncales en la suscripción proporcionada.

function listBySubscription(options?: TrunkedNetworksListBySubscriptionOptionalParams): PagedAsyncIterableIterator<TrunkedNetwork, TrunkedNetwork[], PageSettings>

Parámetros

options
TrunkedNetworksListBySubscriptionOptionalParams

Parámetros de opciones.

Devoluciones

update(string, string, TrunkedNetworksUpdateOptionalParams)

Actualice las etiquetas asociadas a la red troncal proporcionada.

function update(resourceGroupName: string, trunkedNetworkName: string, options?: TrunkedNetworksUpdateOptionalParams): Promise<TrunkedNetwork>

Parámetros

resourceGroupName

string

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

trunkedNetworkName

string

Nombre de la red troncal.

options
TrunkedNetworksUpdateOptionalParams

Parámetros de opciones.

Devoluciones

Promise<TrunkedNetwork>