Partilhar 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 Network Manager.

Detalhes de 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 gestor 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.

Devoluções

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 gestor 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.

Devoluções

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 gestor de rede.

poolName

string

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

staticCidrName

string

Nome de alocação Cidr estático.

options
StaticCidrsCreateOptionalParams

Os parâmetros de opções.

Devoluções

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 gestor de rede.

poolName

string

Nome do recurso do pool.

staticCidrName

string

Nome do recurso StaticCidr para recuperar.

options
StaticCidrsGetOptionalParams

Os parâmetros de opções.

Devoluções

Promise<StaticCidr>

list(string, string, string, StaticCidrsListOptionalParams)

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

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 gestor de rede.

poolName

string

Nome do recurso do pool.

options
StaticCidrsListOptionalParams

Os parâmetros de opções.

Devoluções