Compartilhar via


FqdnListGlobalRulestack interface

Interface que representa um FqdnListGlobalRulestack.

Métodos

beginCreateOrUpdate(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

Criar um FqdnListGlobalRulestackResource

beginCreateOrUpdateAndWait(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

Criar um FqdnListGlobalRulestackResource

beginDelete(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

Excluir um FqdnListGlobalRulestackResource

beginDeleteAndWait(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

Excluir um FqdnListGlobalRulestackResource

get(string, string, FqdnListGlobalRulestackGetOptionalParams)

Obter um FqdnListGlobalRulestackResource

list(string, FqdnListGlobalRulestackListOptionalParams)

Listar recursos FqdnListGlobalRulestackResource por Locatário

Detalhes do método

beginCreateOrUpdate(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

Criar um FqdnListGlobalRulestackResource

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

Parâmetros

globalRulestackName

string

Nome do recurso GlobalRulestack

name

string

nome da lista fqdn

resource
FqdnListGlobalRulestackResource

Parâmetros de criação de recursos.

options
FqdnListGlobalRulestackCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

beginCreateOrUpdateAndWait(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

Criar um FqdnListGlobalRulestackResource

function beginCreateOrUpdateAndWait(globalRulestackName: string, name: string, resource: FqdnListGlobalRulestackResource, options?: FqdnListGlobalRulestackCreateOrUpdateOptionalParams): Promise<FqdnListGlobalRulestackResource>

Parâmetros

globalRulestackName

string

Nome do recurso GlobalRulestack

name

string

nome da lista fqdn

resource
FqdnListGlobalRulestackResource

Parâmetros de criação de recursos.

options
FqdnListGlobalRulestackCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

beginDelete(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

Excluir um FqdnListGlobalRulestackResource

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

Parâmetros

globalRulestackName

string

Nome do recurso GlobalRulestack

name

string

nome da lista fqdn

options
FqdnListGlobalRulestackDeleteOptionalParams

Os parâmetros de opções.

Retornos

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

beginDeleteAndWait(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

Excluir um FqdnListGlobalRulestackResource

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

Parâmetros

globalRulestackName

string

Nome do recurso GlobalRulestack

name

string

nome da lista fqdn

options
FqdnListGlobalRulestackDeleteOptionalParams

Os parâmetros de opções.

Retornos

Promise<void>

get(string, string, FqdnListGlobalRulestackGetOptionalParams)

Obter um FqdnListGlobalRulestackResource

function get(globalRulestackName: string, name: string, options?: FqdnListGlobalRulestackGetOptionalParams): Promise<FqdnListGlobalRulestackResource>

Parâmetros

globalRulestackName

string

Nome do recurso GlobalRulestack

name

string

nome da lista fqdn

options
FqdnListGlobalRulestackGetOptionalParams

Os parâmetros de opções.

Retornos

list(string, FqdnListGlobalRulestackListOptionalParams)

Listar recursos FqdnListGlobalRulestackResource por Locatário

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

Parâmetros

globalRulestackName

string

Nome do recurso GlobalRulestack

options
FqdnListGlobalRulestackListOptionalParams

Os parâmetros de opções.

Retornos