Partilhar via


PrefixListGlobalRulestack interface

Interface que representa um PrefixListGlobalRulestack.

Métodos

beginCreateOrUpdate(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)

Criar um PrefixListGlobalRulestackResource

beginCreateOrUpdateAndWait(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)

Criar um PrefixListGlobalRulestackResource

beginDelete(string, string, PrefixListGlobalRulestackDeleteOptionalParams)

Eliminar um PrefixListGlobalRulestackResource

beginDeleteAndWait(string, string, PrefixListGlobalRulestackDeleteOptionalParams)

Eliminar um PrefixListGlobalRulestackResource

get(string, string, PrefixListGlobalRulestackGetOptionalParams)

Obter um PrefixListGlobalRulestackResource

list(string, PrefixListGlobalRulestackListOptionalParams)

Listar recursos PrefixListGlobalRulestackResource por Inquilino

Detalhes de Método

beginCreateOrUpdate(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)

Criar um PrefixListGlobalRulestackResource

function beginCreateOrUpdate(globalRulestackName: string, name: string, resource: PrefixListGlobalRulestackResource, options?: PrefixListGlobalRulestackCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrefixListGlobalRulestackResource>, PrefixListGlobalRulestackResource>>

Parâmetros

globalRulestackName

string

Nome do recurso GlobalRulestack

name

string

Prioridade da Regra Local

resource
PrefixListGlobalRulestackResource

Parâmetros de criação de recursos.

options
PrefixListGlobalRulestackCreateOrUpdateOptionalParams

Os parâmetros de opções.

Devoluções

beginCreateOrUpdateAndWait(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)

Criar um PrefixListGlobalRulestackResource

function beginCreateOrUpdateAndWait(globalRulestackName: string, name: string, resource: PrefixListGlobalRulestackResource, options?: PrefixListGlobalRulestackCreateOrUpdateOptionalParams): Promise<PrefixListGlobalRulestackResource>

Parâmetros

globalRulestackName

string

Nome do recurso GlobalRulestack

name

string

Prioridade da Regra Local

resource
PrefixListGlobalRulestackResource

Parâmetros de criação de recursos.

options
PrefixListGlobalRulestackCreateOrUpdateOptionalParams

Os parâmetros de opções.

Devoluções

beginDelete(string, string, PrefixListGlobalRulestackDeleteOptionalParams)

Eliminar um PrefixListGlobalRulestackResource

function beginDelete(globalRulestackName: string, name: string, options?: PrefixListGlobalRulestackDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parâmetros

globalRulestackName

string

Nome do recurso GlobalRulestack

name

string

Prioridade da Regra Local

options
PrefixListGlobalRulestackDeleteOptionalParams

Os parâmetros de opções.

Devoluções

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

beginDeleteAndWait(string, string, PrefixListGlobalRulestackDeleteOptionalParams)

Eliminar um PrefixListGlobalRulestackResource

function beginDeleteAndWait(globalRulestackName: string, name: string, options?: PrefixListGlobalRulestackDeleteOptionalParams): Promise<void>

Parâmetros

globalRulestackName

string

Nome do recurso GlobalRulestack

name

string

Prioridade da Regra Local

options
PrefixListGlobalRulestackDeleteOptionalParams

Os parâmetros de opções.

Devoluções

Promise<void>

get(string, string, PrefixListGlobalRulestackGetOptionalParams)

Obter um PrefixListGlobalRulestackResource

function get(globalRulestackName: string, name: string, options?: PrefixListGlobalRulestackGetOptionalParams): Promise<PrefixListGlobalRulestackResource>

Parâmetros

globalRulestackName

string

Nome do recurso GlobalRulestack

name

string

Prioridade da Regra Local

options
PrefixListGlobalRulestackGetOptionalParams

Os parâmetros de opções.

Devoluções

list(string, PrefixListGlobalRulestackListOptionalParams)

Listar recursos PrefixListGlobalRulestackResource por Inquilino

function list(globalRulestackName: string, options?: PrefixListGlobalRulestackListOptionalParams): PagedAsyncIterableIterator<PrefixListGlobalRulestackResource, PrefixListGlobalRulestackResource[], PageSettings>

Parâmetros

globalRulestackName

string

Nome do recurso GlobalRulestack

options
PrefixListGlobalRulestackListOptionalParams

Os parâmetros de opções.

Devoluções