Condividi tramite


FqdnListGlobalRulestack interface

Interfaccia che rappresenta un oggetto FqdnListGlobalRulestack.

Metodi

beginCreateOrUpdate(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

Creare un oggetto FqdnListGlobalRulestackResource

beginCreateOrUpdateAndWait(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

Creare un oggetto FqdnListGlobalRulestackResource

beginDelete(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

Eliminare un FqdnListGlobalRulestackResource

beginDeleteAndWait(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

Eliminare un FqdnListGlobalRulestackResource

get(string, string, FqdnListGlobalRulestackGetOptionalParams)

Ottenere un FqdnListGlobalRulestackResource

list(string, FqdnListGlobalRulestackListOptionalParams)

Elencare le risorse FqdnListGlobalRulestackResource per tenant

Dettagli metodo

beginCreateOrUpdate(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

Creare un oggetto FqdnListGlobalRulestackResource

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

Parametri

globalRulestackName

string

Nome risorsa GlobalRulestack

name

string

nome elenco fqdn

resource
FqdnListGlobalRulestackResource

Parametri di creazione delle risorse.

options
FqdnListGlobalRulestackCreateOrUpdateOptionalParams

Parametri delle opzioni.

Restituisce

beginCreateOrUpdateAndWait(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

Creare un oggetto FqdnListGlobalRulestackResource

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

Parametri

globalRulestackName

string

Nome risorsa GlobalRulestack

name

string

nome elenco fqdn

resource
FqdnListGlobalRulestackResource

Parametri di creazione delle risorse.

options
FqdnListGlobalRulestackCreateOrUpdateOptionalParams

Parametri delle opzioni.

Restituisce

beginDelete(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

Eliminare un FqdnListGlobalRulestackResource

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

Parametri

globalRulestackName

string

Nome risorsa GlobalRulestack

name

string

nome elenco fqdn

options
FqdnListGlobalRulestackDeleteOptionalParams

Parametri delle opzioni.

Restituisce

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

beginDeleteAndWait(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

Eliminare un FqdnListGlobalRulestackResource

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

Parametri

globalRulestackName

string

Nome risorsa GlobalRulestack

name

string

nome elenco fqdn

options
FqdnListGlobalRulestackDeleteOptionalParams

Parametri delle opzioni.

Restituisce

Promise<void>

get(string, string, FqdnListGlobalRulestackGetOptionalParams)

Ottenere un FqdnListGlobalRulestackResource

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

Parametri

globalRulestackName

string

Nome risorsa GlobalRulestack

name

string

nome elenco fqdn

options
FqdnListGlobalRulestackGetOptionalParams

Parametri delle opzioni.

Restituisce

list(string, FqdnListGlobalRulestackListOptionalParams)

Elencare le risorse FqdnListGlobalRulestackResource per tenant

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

Parametri

globalRulestackName

string

Nome risorsa GlobalRulestack

options
FqdnListGlobalRulestackListOptionalParams

Parametri delle opzioni.

Restituisce