Compartilhar via


TrunkedNetworks interface

Interface que representa um TrunkedNetworks.

Métodos

beginCreateOrUpdate(string, string, TrunkedNetwork, TrunkedNetworksCreateOrUpdateOptionalParams)

Crie uma nova rede com tronco ou atualize as propriedades da rede com tronco existente.

beginCreateOrUpdateAndWait(string, string, TrunkedNetwork, TrunkedNetworksCreateOrUpdateOptionalParams)

Crie uma nova rede com tronco ou atualize as propriedades da rede com tronco existente.

beginDelete(string, string, TrunkedNetworksDeleteOptionalParams)

Exclua a rede com tronco fornecida.

beginDeleteAndWait(string, string, TrunkedNetworksDeleteOptionalParams)

Exclua a rede com tronco fornecida.

get(string, string, TrunkedNetworksGetOptionalParams)

Obter propriedades da rede com tronco fornecida.

listByResourceGroup(string, TrunkedNetworksListByResourceGroupOptionalParams)

Obtenha uma lista de redes com tronco no grupo de recursos fornecido.

listBySubscription(TrunkedNetworksListBySubscriptionOptionalParams)

Obtenha uma lista de redes com tronco na assinatura fornecida.

update(string, string, TrunkedNetworksUpdateOptionalParams)

Atualize as marcas associadas à rede com tronco fornecida.

Detalhes do método

beginCreateOrUpdate(string, string, TrunkedNetwork, TrunkedNetworksCreateOrUpdateOptionalParams)

Crie uma nova rede com tronco ou atualize as propriedades da rede com tronco existente.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

trunkedNetworkName

string

O nome da rede com tronco.

trunkedNetworkParameters
TrunkedNetwork

O corpo da solicitação.

options
TrunkedNetworksCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

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

beginCreateOrUpdateAndWait(string, string, TrunkedNetwork, TrunkedNetworksCreateOrUpdateOptionalParams)

Crie uma nova rede com tronco ou atualize as propriedades da rede com tronco existente.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

trunkedNetworkName

string

O nome da rede com tronco.

trunkedNetworkParameters
TrunkedNetwork

O corpo da solicitação.

options
TrunkedNetworksCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

Promise<TrunkedNetwork>

beginDelete(string, string, TrunkedNetworksDeleteOptionalParams)

Exclua a rede com tronco fornecida.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

trunkedNetworkName

string

O nome da rede com tronco.

options
TrunkedNetworksDeleteOptionalParams

Os parâmetros de opções.

Retornos

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

beginDeleteAndWait(string, string, TrunkedNetworksDeleteOptionalParams)

Exclua a rede com tronco fornecida.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

trunkedNetworkName

string

O nome da rede com tronco.

options
TrunkedNetworksDeleteOptionalParams

Os parâmetros de opções.

Retornos

Promise<void>

get(string, string, TrunkedNetworksGetOptionalParams)

Obter propriedades da rede com tronco fornecida.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

trunkedNetworkName

string

O nome da rede com tronco.

options
TrunkedNetworksGetOptionalParams

Os parâmetros de opções.

Retornos

Promise<TrunkedNetwork>

listByResourceGroup(string, TrunkedNetworksListByResourceGroupOptionalParams)

Obtenha uma lista de redes com tronco no grupo de recursos fornecido.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

options
TrunkedNetworksListByResourceGroupOptionalParams

Os parâmetros de opções.

Retornos

listBySubscription(TrunkedNetworksListBySubscriptionOptionalParams)

Obtenha uma lista de redes com tronco na assinatura fornecida.

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

Parâmetros

options
TrunkedNetworksListBySubscriptionOptionalParams

Os parâmetros de opções.

Retornos

update(string, string, TrunkedNetworksUpdateOptionalParams)

Atualize as marcas associadas à rede com tronco fornecida.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

trunkedNetworkName

string

O nome da rede com tronco.

options
TrunkedNetworksUpdateOptionalParams

Os parâmetros de opções.

Retornos

Promise<TrunkedNetwork>