Freigeben über


FqdnListGlobalRulestack interface

Schnittstelle, die einen FqdnListGlobalRulestack darstellt.

Methoden

beginCreateOrUpdate(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

Erstellen einer FqdnListGlobalRulestackResource

beginCreateOrUpdateAndWait(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

Erstellen einer FqdnListGlobalRulestackResource

beginDelete(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

Löschen einer FqdnListGlobalRulestackResource

beginDeleteAndWait(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

Löschen einer FqdnListGlobalRulestackResource

get(string, string, FqdnListGlobalRulestackGetOptionalParams)

Abrufen einer FqdnListGlobalRulestackResource

list(string, FqdnListGlobalRulestackListOptionalParams)

Auflisten von FqdnListGlobalRulestackResource-Ressourcen nach Mandant

Details zur Methode

beginCreateOrUpdate(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

Erstellen einer FqdnListGlobalRulestackResource

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

Parameter

globalRulestackName

string

GlobalRulestack-Ressourcenname

name

string

fqdn-Listenname

resource
FqdnListGlobalRulestackResource

Ressourcenerstellungsparameter.

Gibt zurück

beginCreateOrUpdateAndWait(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

Erstellen einer FqdnListGlobalRulestackResource

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

Parameter

globalRulestackName

string

GlobalRulestack-Ressourcenname

name

string

fqdn-Listenname

resource
FqdnListGlobalRulestackResource

Ressourcenerstellungsparameter.

Gibt zurück

beginDelete(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

Löschen einer FqdnListGlobalRulestackResource

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

Parameter

globalRulestackName

string

GlobalRulestack-Ressourcenname

name

string

fqdn-Listenname

options
FqdnListGlobalRulestackDeleteOptionalParams

Die Optionsparameter.

Gibt zurück

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

beginDeleteAndWait(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

Löschen einer FqdnListGlobalRulestackResource

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

Parameter

globalRulestackName

string

GlobalRulestack-Ressourcenname

name

string

fqdn-Listenname

options
FqdnListGlobalRulestackDeleteOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<void>

get(string, string, FqdnListGlobalRulestackGetOptionalParams)

Abrufen einer FqdnListGlobalRulestackResource

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

Parameter

globalRulestackName

string

GlobalRulestack-Ressourcenname

name

string

fqdn-Listenname

options
FqdnListGlobalRulestackGetOptionalParams

Die Optionsparameter.

Gibt zurück

list(string, FqdnListGlobalRulestackListOptionalParams)

Auflisten von FqdnListGlobalRulestackResource-Ressourcen nach Mandant

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

Parameter

globalRulestackName

string

GlobalRulestack-Ressourcenname

options
FqdnListGlobalRulestackListOptionalParams

Die Optionsparameter.

Gibt zurück