Sdílet prostřednictvím


PrefixListGlobalRulestack interface

Rozhraní představující PrefixListGlobalRulestack.

Metody

beginCreateOrUpdate(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)

Vytvoření zdroje PrefixListGlobalRulestackResource

beginCreateOrUpdateAndWait(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)

Vytvoření zdroje PrefixListGlobalRulestackResource

beginDelete(string, string, PrefixListGlobalRulestackDeleteOptionalParams)

Odstranění PrefixListGlobalRulestackResource

beginDeleteAndWait(string, string, PrefixListGlobalRulestackDeleteOptionalParams)

Odstranění PrefixListGlobalRulestackResource

get(string, string, PrefixListGlobalRulestackGetOptionalParams)

Získání PrefixListGlobalRulestackResource

list(string, PrefixListGlobalRulestackListOptionalParams)

Výpis prostředků PrefixListGlobalRulestackResource podle tenanta

Podrobnosti metody

beginCreateOrUpdate(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)

Vytvoření zdroje PrefixListGlobalRulestackResource

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

Parametry

globalRulestackName

string

Název prostředku GlobalRulestack

name

string

Priorita místního pravidla

resource
PrefixListGlobalRulestackResource

Parametry vytváření prostředků.

Návraty

beginCreateOrUpdateAndWait(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)

Vytvoření zdroje PrefixListGlobalRulestackResource

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

Parametry

globalRulestackName

string

Název prostředku GlobalRulestack

name

string

Priorita místního pravidla

resource
PrefixListGlobalRulestackResource

Parametry vytváření prostředků.

Návraty

beginDelete(string, string, PrefixListGlobalRulestackDeleteOptionalParams)

Odstranění PrefixListGlobalRulestackResource

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

Parametry

globalRulestackName

string

Název prostředku GlobalRulestack

name

string

Priorita místního pravidla

options
PrefixListGlobalRulestackDeleteOptionalParams

Parametry možností.

Návraty

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

beginDeleteAndWait(string, string, PrefixListGlobalRulestackDeleteOptionalParams)

Odstranění PrefixListGlobalRulestackResource

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

Parametry

globalRulestackName

string

Název prostředku GlobalRulestack

name

string

Priorita místního pravidla

options
PrefixListGlobalRulestackDeleteOptionalParams

Parametry možností.

Návraty

Promise<void>

get(string, string, PrefixListGlobalRulestackGetOptionalParams)

Získání PrefixListGlobalRulestackResource

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

Parametry

globalRulestackName

string

Název prostředku GlobalRulestack

name

string

Priorita místního pravidla

options
PrefixListGlobalRulestackGetOptionalParams

Parametry možností.

Návraty

list(string, PrefixListGlobalRulestackListOptionalParams)

Výpis prostředků PrefixListGlobalRulestackResource podle tenanta

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

Parametry

globalRulestackName

string

Název prostředku GlobalRulestack

options
PrefixListGlobalRulestackListOptionalParams

Parametry možností.

Návraty