Compartilhar via


StaticCidrs interface

Interface que representa um StaticCidrs.

Métodos

beginDelete(string, string, string, string, StaticCidrsDeleteOptionalParams)

Exclua o recurso CIDR estático.

beginDeleteAndWait(string, string, string, string, StaticCidrsDeleteOptionalParams)

Exclua o recurso CIDR estático.

create(string, string, string, string, StaticCidrsCreateOptionalParams)

Cria/atualiza o recurso CIDR estático.

get(string, string, string, string, StaticCidrsGetOptionalParams)

Obtém o recurso CIDR estático específico.

list(string, string, string, StaticCidrsListOptionalParams)

Obtém a lista de recursos CIDR estáticos no nível do Gerenciador de Rede.

Detalhes do método

beginDelete(string, string, string, string, StaticCidrsDeleteOptionalParams)

Exclua o recurso CIDR estático.

function beginDelete(resourceGroupName: string, networkManagerName: string, poolName: string, staticCidrName: string, options?: StaticCidrsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<StaticCidrsDeleteHeaders>, StaticCidrsDeleteHeaders>>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

networkManagerName

string

O nome do gerenciador de rede.

poolName

string

Nome do recurso do pool.

staticCidrName

string

Nome do recurso StaticCidr a ser excluído.

options
StaticCidrsDeleteOptionalParams

Os parâmetros de opções.

Retornos

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

beginDeleteAndWait(string, string, string, string, StaticCidrsDeleteOptionalParams)

Exclua o recurso CIDR estático.

function beginDeleteAndWait(resourceGroupName: string, networkManagerName: string, poolName: string, staticCidrName: string, options?: StaticCidrsDeleteOptionalParams): Promise<StaticCidrsDeleteHeaders>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

networkManagerName

string

O nome do gerenciador de rede.

poolName

string

Nome do recurso do pool.

staticCidrName

string

Nome do recurso StaticCidr a ser excluído.

options
StaticCidrsDeleteOptionalParams

Os parâmetros de opções.

Retornos

create(string, string, string, string, StaticCidrsCreateOptionalParams)

Cria/atualiza o recurso CIDR estático.

function create(resourceGroupName: string, networkManagerName: string, poolName: string, staticCidrName: string, options?: StaticCidrsCreateOptionalParams): Promise<StaticCidr>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

networkManagerName

string

O nome do gerenciador de rede.

poolName

string

Nome do recurso do Pool do Gerenciador de Endereços IP.

staticCidrName

string

Nome de alocação de Cidr estático.

options
StaticCidrsCreateOptionalParams

Os parâmetros de opções.

Retornos

Promise<StaticCidr>

get(string, string, string, string, StaticCidrsGetOptionalParams)

Obtém o recurso CIDR estático específico.

function get(resourceGroupName: string, networkManagerName: string, poolName: string, staticCidrName: string, options?: StaticCidrsGetOptionalParams): Promise<StaticCidr>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

networkManagerName

string

O nome do gerenciador de rede.

poolName

string

Nome do recurso do pool.

staticCidrName

string

Nome do recurso StaticCidr a ser recuperado.

options
StaticCidrsGetOptionalParams

Os parâmetros de opções.

Retornos

Promise<StaticCidr>

list(string, string, string, StaticCidrsListOptionalParams)

Obtém a lista de recursos CIDR estáticos no nível do Gerenciador de Rede.

function list(resourceGroupName: string, networkManagerName: string, poolName: string, options?: StaticCidrsListOptionalParams): PagedAsyncIterableIterator<StaticCidr, StaticCidr[], PageSettings>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

networkManagerName

string

O nome do gerenciador de rede.

poolName

string

Nome do recurso do pool.

options
StaticCidrsListOptionalParams

Os parâmetros de opções.

Retornos