Compartilhar via


FqdnListLocalRulestack interface

Interface que representa um FqdnListLocalRulestack.

Métodos

beginCreateOrUpdate(string, string, string, FqdnListLocalRulestackResource, FqdnListLocalRulestackCreateOrUpdateOptionalParams)

Criar um FqdnListLocalRulestackResource

beginCreateOrUpdateAndWait(string, string, string, FqdnListLocalRulestackResource, FqdnListLocalRulestackCreateOrUpdateOptionalParams)

Criar um FqdnListLocalRulestackResource

beginDelete(string, string, string, FqdnListLocalRulestackDeleteOptionalParams)

Excluir um FqdnListLocalRulestackResource

beginDeleteAndWait(string, string, string, FqdnListLocalRulestackDeleteOptionalParams)

Excluir um FqdnListLocalRulestackResource

get(string, string, string, FqdnListLocalRulestackGetOptionalParams)

Obter um FqdnListLocalRulestackResource

listByLocalRulestacks(string, string, FqdnListLocalRulestackListByLocalRulestacksOptionalParams)

Listar recursos FqdnListLocalRulestackResource por LocalRulestacks

Detalhes do método

beginCreateOrUpdate(string, string, string, FqdnListLocalRulestackResource, FqdnListLocalRulestackCreateOrUpdateOptionalParams)

Criar um FqdnListLocalRulestackResource

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

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

nome da lista fqdn

resource
FqdnListLocalRulestackResource

Parâmetros de criação de recursos.

options
FqdnListLocalRulestackCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

beginCreateOrUpdateAndWait(string, string, string, FqdnListLocalRulestackResource, FqdnListLocalRulestackCreateOrUpdateOptionalParams)

Criar um FqdnListLocalRulestackResource

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

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

nome da lista fqdn

resource
FqdnListLocalRulestackResource

Parâmetros de criação de recursos.

options
FqdnListLocalRulestackCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

beginDelete(string, string, string, FqdnListLocalRulestackDeleteOptionalParams)

Excluir um FqdnListLocalRulestackResource

function beginDelete(resourceGroupName: string, localRulestackName: string, name: string, options?: FqdnListLocalRulestackDeleteOptionalParams): 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

nome da lista fqdn

options
FqdnListLocalRulestackDeleteOptionalParams

Os parâmetros de opções.

Retornos

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

beginDeleteAndWait(string, string, string, FqdnListLocalRulestackDeleteOptionalParams)

Excluir um FqdnListLocalRulestackResource

function beginDeleteAndWait(resourceGroupName: string, localRulestackName: string, name: string, options?: FqdnListLocalRulestackDeleteOptionalParams): 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

nome da lista fqdn

options
FqdnListLocalRulestackDeleteOptionalParams

Os parâmetros de opções.

Retornos

Promise<void>

get(string, string, string, FqdnListLocalRulestackGetOptionalParams)

Obter um FqdnListLocalRulestackResource

function get(resourceGroupName: string, localRulestackName: string, name: string, options?: FqdnListLocalRulestackGetOptionalParams): Promise<FqdnListLocalRulestackResource>

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

nome da lista fqdn

options
FqdnListLocalRulestackGetOptionalParams

Os parâmetros de opções.

Retornos

listByLocalRulestacks(string, string, FqdnListLocalRulestackListByLocalRulestacksOptionalParams)

Listar recursos FqdnListLocalRulestackResource por LocalRulestacks

function listByLocalRulestacks(resourceGroupName: string, localRulestackName: string, options?: FqdnListLocalRulestackListByLocalRulestacksOptionalParams): PagedAsyncIterableIterator<FqdnListLocalRulestackResource, FqdnListLocalRulestackResource[], 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

options
FqdnListLocalRulestackListByLocalRulestacksOptionalParams

Os parâmetros de opções.

Retornos