Partilhar 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)

Eliminar um FqdnListGlobalRulestackResource

beginDeleteAndWait(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

Eliminar um FqdnListGlobalRulestackResource

get(string, string, FqdnListGlobalRulestackGetOptionalParams)

Obter um FqdnListGlobalRulestackResource

list(string, FqdnListGlobalRulestackListOptionalParams)

Listar recursos FqdnListGlobalRulestackResource por Inquilino

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

Devoluções

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.

Devoluções

beginDelete(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

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

Devoluções

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

beginDeleteAndWait(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

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

Devoluções

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.

Devoluções

list(string, FqdnListGlobalRulestackListOptionalParams)

Listar recursos FqdnListGlobalRulestackResource por Inquilino

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.

Devoluções