Compartilhar via


L2Networks interface

Interface que representa um L2Networks.

Métodos

beginCreateOrUpdate(string, string, L2Network, L2NetworksCreateOrUpdateOptionalParams)

Crie uma nova rede de camada 2 (L2) ou atualize as propriedades da rede existente.

beginCreateOrUpdateAndWait(string, string, L2Network, L2NetworksCreateOrUpdateOptionalParams)

Crie uma nova rede de camada 2 (L2) ou atualize as propriedades da rede existente.

beginDelete(string, string, L2NetworksDeleteOptionalParams)

Exclua a rede de camada 2 (L2) fornecida.

beginDeleteAndWait(string, string, L2NetworksDeleteOptionalParams)

Exclua a rede de camada 2 (L2) fornecida.

get(string, string, L2NetworksGetOptionalParams)

Obter propriedades da rede de camada 2 (L2) fornecida.

listByResourceGroup(string, L2NetworksListByResourceGroupOptionalParams)

Obtenha uma lista de redes de camada 2 (L2) no grupo de recursos fornecido.

listBySubscription(L2NetworksListBySubscriptionOptionalParams)

Obtenha uma lista de redes de camada 2 (L2) na assinatura fornecida.

update(string, string, L2NetworksUpdateOptionalParams)

Atualize as marcas associadas à rede de camada 2 (L2) fornecida.

Detalhes do método

beginCreateOrUpdate(string, string, L2Network, L2NetworksCreateOrUpdateOptionalParams)

Crie uma nova rede de camada 2 (L2) ou atualize as propriedades da rede existente.

function beginCreateOrUpdate(resourceGroupName: string, l2NetworkName: string, l2NetworkParameters: L2Network, options?: L2NetworksCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<L2Network>, L2Network>>

Parâmetros

resourceGroupName

string

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

l2NetworkName

string

O nome da rede L2.

l2NetworkParameters
L2Network

O corpo da solicitação.

options
L2NetworksCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

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

beginCreateOrUpdateAndWait(string, string, L2Network, L2NetworksCreateOrUpdateOptionalParams)

Crie uma nova rede de camada 2 (L2) ou atualize as propriedades da rede existente.

function beginCreateOrUpdateAndWait(resourceGroupName: string, l2NetworkName: string, l2NetworkParameters: L2Network, options?: L2NetworksCreateOrUpdateOptionalParams): Promise<L2Network>

Parâmetros

resourceGroupName

string

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

l2NetworkName

string

O nome da rede L2.

l2NetworkParameters
L2Network

O corpo da solicitação.

options
L2NetworksCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

Promise<L2Network>

beginDelete(string, string, L2NetworksDeleteOptionalParams)

Exclua a rede de camada 2 (L2) fornecida.

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

Parâmetros

resourceGroupName

string

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

l2NetworkName

string

O nome da rede L2.

options
L2NetworksDeleteOptionalParams

Os parâmetros de opções.

Retornos

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

beginDeleteAndWait(string, string, L2NetworksDeleteOptionalParams)

Exclua a rede de camada 2 (L2) fornecida.

function beginDeleteAndWait(resourceGroupName: string, l2NetworkName: string, options?: L2NetworksDeleteOptionalParams): Promise<void>

Parâmetros

resourceGroupName

string

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

l2NetworkName

string

O nome da rede L2.

options
L2NetworksDeleteOptionalParams

Os parâmetros de opções.

Retornos

Promise<void>

get(string, string, L2NetworksGetOptionalParams)

Obter propriedades da rede de camada 2 (L2) fornecida.

function get(resourceGroupName: string, l2NetworkName: string, options?: L2NetworksGetOptionalParams): Promise<L2Network>

Parâmetros

resourceGroupName

string

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

l2NetworkName

string

O nome da rede L2.

options
L2NetworksGetOptionalParams

Os parâmetros de opções.

Retornos

Promise<L2Network>

listByResourceGroup(string, L2NetworksListByResourceGroupOptionalParams)

Obtenha uma lista de redes de camada 2 (L2) no grupo de recursos fornecido.

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

Parâmetros

resourceGroupName

string

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

options
L2NetworksListByResourceGroupOptionalParams

Os parâmetros de opções.

Retornos

listBySubscription(L2NetworksListBySubscriptionOptionalParams)

Obtenha uma lista de redes de camada 2 (L2) na assinatura fornecida.

function listBySubscription(options?: L2NetworksListBySubscriptionOptionalParams): PagedAsyncIterableIterator<L2Network, L2Network[], PageSettings>

Parâmetros

options
L2NetworksListBySubscriptionOptionalParams

Os parâmetros de opções.

Retornos

update(string, string, L2NetworksUpdateOptionalParams)

Atualize as marcas associadas à rede de camada 2 (L2) fornecida.

function update(resourceGroupName: string, l2NetworkName: string, options?: L2NetworksUpdateOptionalParams): Promise<L2Network>

Parâmetros

resourceGroupName

string

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

l2NetworkName

string

O nome da rede L2.

options
L2NetworksUpdateOptionalParams

Os parâmetros de opções.

Retornos

Promise<L2Network>