Delen via


FqdnListGlobalRulestack interface

Interface die een FqdnListGlobalRulestack vertegenwoordigt.

Methoden

beginCreateOrUpdate(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

Een FqdnListGlobalRulestackResource maken

beginCreateOrUpdateAndWait(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

Een FqdnListGlobalRulestackResource maken

beginDelete(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

Een FqdnListGlobalRulestackResource verwijderen

beginDeleteAndWait(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

Een FqdnListGlobalRulestackResource verwijderen

get(string, string, FqdnListGlobalRulestackGetOptionalParams)

Een FqdnListGlobalRulestackResource ophalen

list(string, FqdnListGlobalRulestackListOptionalParams)

Lijst met FqdnListGlobalRulestackResource-resources per tenant

Methodedetails

beginCreateOrUpdate(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

Een FqdnListGlobalRulestackResource maken

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

Parameters

globalRulestackName

string

GlobalRulestack-resourcenaam

name

string

naam van fqdn-lijst

resource
FqdnListGlobalRulestackResource

Parameters voor het maken van resources.

Retouren

beginCreateOrUpdateAndWait(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

Een FqdnListGlobalRulestackResource maken

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

Parameters

globalRulestackName

string

GlobalRulestack-resourcenaam

name

string

naam van fqdn-lijst

resource
FqdnListGlobalRulestackResource

Parameters voor het maken van resources.

Retouren

beginDelete(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

Een FqdnListGlobalRulestackResource verwijderen

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

Parameters

globalRulestackName

string

GlobalRulestack-resourcenaam

name

string

naam van fqdn-lijst

options
FqdnListGlobalRulestackDeleteOptionalParams

De optiesparameters.

Retouren

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

beginDeleteAndWait(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

Een FqdnListGlobalRulestackResource verwijderen

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

Parameters

globalRulestackName

string

GlobalRulestack-resourcenaam

name

string

naam van fqdn-lijst

options
FqdnListGlobalRulestackDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

get(string, string, FqdnListGlobalRulestackGetOptionalParams)

Een FqdnListGlobalRulestackResource ophalen

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

Parameters

globalRulestackName

string

GlobalRulestack-resourcenaam

name

string

naam van fqdn-lijst

options
FqdnListGlobalRulestackGetOptionalParams

De optiesparameters.

Retouren

list(string, FqdnListGlobalRulestackListOptionalParams)

Lijst met FqdnListGlobalRulestackResource-resources per tenant

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

Parameters

globalRulestackName

string

GlobalRulestack-resourcenaam

options
FqdnListGlobalRulestackListOptionalParams

De optiesparameters.

Retouren