Compartilhar via


PrefixListLocalRulestack interface

Interface que representa um PrefixListLocalRulestack.

Métodos

beginCreateOrUpdate(string, string, string, PrefixListResource, PrefixListLocalRulestackCreateOrUpdateOptionalParams)

Criar um PrefixListResource

beginCreateOrUpdateAndWait(string, string, string, PrefixListResource, PrefixListLocalRulestackCreateOrUpdateOptionalParams)

Criar um PrefixListResource

beginDelete(string, string, string, PrefixListLocalRulestackDeleteOptionalParams)

Excluir um PrefixListResource

beginDeleteAndWait(string, string, string, PrefixListLocalRulestackDeleteOptionalParams)

Excluir um PrefixListResource

get(string, string, string, PrefixListLocalRulestackGetOptionalParams)

Obter um PrefixListResource

listByLocalRulestacks(string, string, PrefixListLocalRulestackListByLocalRulestacksOptionalParams)

Listar recursos PrefixListResource por LocalRulestacks

Detalhes do método

beginCreateOrUpdate(string, string, string, PrefixListResource, PrefixListLocalRulestackCreateOrUpdateOptionalParams)

Criar um PrefixListResource

function beginCreateOrUpdate(resourceGroupName: string, localRulestackName: string, name: string, resource: PrefixListResource, options?: PrefixListLocalRulestackCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrefixListResource>, PrefixListResource>>

Parâmetros

resourceGroupName

string

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

localRulestackName

string

Nome do recurso LocalRulestack

name

string

Prioridade da regra local

resource
PrefixListResource

Parâmetros de criação de recursos.

options
PrefixListLocalRulestackCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

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

beginCreateOrUpdateAndWait(string, string, string, PrefixListResource, PrefixListLocalRulestackCreateOrUpdateOptionalParams)

Criar um PrefixListResource

function beginCreateOrUpdateAndWait(resourceGroupName: string, localRulestackName: string, name: string, resource: PrefixListResource, options?: PrefixListLocalRulestackCreateOrUpdateOptionalParams): Promise<PrefixListResource>

Parâmetros

resourceGroupName

string

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

localRulestackName

string

Nome do recurso LocalRulestack

name

string

Prioridade da regra local

resource
PrefixListResource

Parâmetros de criação de recursos.

options
PrefixListLocalRulestackCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

beginDelete(string, string, string, PrefixListLocalRulestackDeleteOptionalParams)

Excluir um PrefixListResource

function beginDelete(resourceGroupName: string, localRulestackName: string, name: string, options?: PrefixListLocalRulestackDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parâmetros

resourceGroupName

string

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

localRulestackName

string

Nome do recurso LocalRulestack

name

string

Prioridade da regra local

options
PrefixListLocalRulestackDeleteOptionalParams

Os parâmetros de opções.

Retornos

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

beginDeleteAndWait(string, string, string, PrefixListLocalRulestackDeleteOptionalParams)

Excluir um PrefixListResource

function beginDeleteAndWait(resourceGroupName: string, localRulestackName: string, name: string, options?: PrefixListLocalRulestackDeleteOptionalParams): Promise<void>

Parâmetros

resourceGroupName

string

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

localRulestackName

string

Nome do recurso LocalRulestack

name

string

Prioridade da regra local

options
PrefixListLocalRulestackDeleteOptionalParams

Os parâmetros de opções.

Retornos

Promise<void>

get(string, string, string, PrefixListLocalRulestackGetOptionalParams)

Obter um PrefixListResource

function get(resourceGroupName: string, localRulestackName: string, name: string, options?: PrefixListLocalRulestackGetOptionalParams): Promise<PrefixListResource>

Parâmetros

resourceGroupName

string

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

localRulestackName

string

Nome do recurso LocalRulestack

name

string

Prioridade da regra local

options
PrefixListLocalRulestackGetOptionalParams

Os parâmetros de opções.

Retornos

listByLocalRulestacks(string, string, PrefixListLocalRulestackListByLocalRulestacksOptionalParams)

Listar recursos PrefixListResource por LocalRulestacks

function listByLocalRulestacks(resourceGroupName: string, localRulestackName: string, options?: PrefixListLocalRulestackListByLocalRulestacksOptionalParams): PagedAsyncIterableIterator<PrefixListResource, PrefixListResource[], PageSettings>

Parâmetros

resourceGroupName

string

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

localRulestackName

string

Nome do recurso LocalRulestack

Retornos