Delen via


PrefixListGlobalRulestack interface

Interface die een PrefixListGlobalRulestack vertegenwoordigt.

Methoden

beginCreateOrUpdate(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)

Een PrefixListGlobalRulestackResource maken

beginCreateOrUpdateAndWait(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)

Een PrefixListGlobalRulestackResource maken

beginDelete(string, string, PrefixListGlobalRulestackDeleteOptionalParams)

Een PrefixListGlobalRulestackResource verwijderen

beginDeleteAndWait(string, string, PrefixListGlobalRulestackDeleteOptionalParams)

Een PrefixListGlobalRulestackResource verwijderen

get(string, string, PrefixListGlobalRulestackGetOptionalParams)

Een PrefixListGlobalRulestackResource ophalen

list(string, PrefixListGlobalRulestackListOptionalParams)

LijstvoorvoegselListGlobalRulestackResource-resources per tenant

Methodedetails

beginCreateOrUpdate(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)

Een PrefixListGlobalRulestackResource maken

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

Parameters

globalRulestackName

string

GlobalRulestack-resourcenaam

name

string

Prioriteit van lokale regel

resource
PrefixListGlobalRulestackResource

Parameters voor het maken van resources.

Retouren

beginCreateOrUpdateAndWait(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)

Een PrefixListGlobalRulestackResource maken

function beginCreateOrUpdateAndWait(globalRulestackName: string, name: string, resource: PrefixListGlobalRulestackResource, options?: PrefixListGlobalRulestackCreateOrUpdateOptionalParams): Promise<PrefixListGlobalRulestackResource>

Parameters

globalRulestackName

string

GlobalRulestack-resourcenaam

name

string

Prioriteit van lokale regel

resource
PrefixListGlobalRulestackResource

Parameters voor het maken van resources.

Retouren

beginDelete(string, string, PrefixListGlobalRulestackDeleteOptionalParams)

Een PrefixListGlobalRulestackResource verwijderen

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

Parameters

globalRulestackName

string

GlobalRulestack-resourcenaam

name

string

Prioriteit van lokale regel

options
PrefixListGlobalRulestackDeleteOptionalParams

De optiesparameters.

Retouren

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

beginDeleteAndWait(string, string, PrefixListGlobalRulestackDeleteOptionalParams)

Een PrefixListGlobalRulestackResource verwijderen

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

Parameters

globalRulestackName

string

GlobalRulestack-resourcenaam

name

string

Prioriteit van lokale regel

options
PrefixListGlobalRulestackDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

get(string, string, PrefixListGlobalRulestackGetOptionalParams)

Een PrefixListGlobalRulestackResource ophalen

function get(globalRulestackName: string, name: string, options?: PrefixListGlobalRulestackGetOptionalParams): Promise<PrefixListGlobalRulestackResource>

Parameters

globalRulestackName

string

GlobalRulestack-resourcenaam

name

string

Prioriteit van lokale regel

options
PrefixListGlobalRulestackGetOptionalParams

De optiesparameters.

Retouren

list(string, PrefixListGlobalRulestackListOptionalParams)

LijstvoorvoegselListGlobalRulestackResource-resources per tenant

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

Parameters

globalRulestackName

string

GlobalRulestack-resourcenaam

options
PrefixListGlobalRulestackListOptionalParams

De optiesparameters.

Retouren