Sdílet prostřednictvím


PrefixListLocalRulestack interface

Rozhraní představující PrefixListLocalRulestack.

Metody

beginCreateOrUpdate(string, string, string, PrefixListResource, PrefixListLocalRulestackCreateOrUpdateOptionalParams)

Vytvoření prefixListResource

beginCreateOrUpdateAndWait(string, string, string, PrefixListResource, PrefixListLocalRulestackCreateOrUpdateOptionalParams)

Vytvoření prefixListResource

beginDelete(string, string, string, PrefixListLocalRulestackDeleteOptionalParams)

Odstranění prefixListResource

beginDeleteAndWait(string, string, string, PrefixListLocalRulestackDeleteOptionalParams)

Odstranění prefixListResource

get(string, string, string, PrefixListLocalRulestackGetOptionalParams)

Získání prefixListResource

listByLocalRulestacks(string, string, PrefixListLocalRulestackListByLocalRulestacksOptionalParams)

Výpis prostředků PrefixListResource podle LocalRulestacks

Podrobnosti metody

beginCreateOrUpdate(string, string, string, PrefixListResource, PrefixListLocalRulestackCreateOrUpdateOptionalParams)

Vytvoření prefixListResource

function beginCreateOrUpdate(resourceGroupName: string, localRulestackName: string, name: string, resource: PrefixListResource, options?: PrefixListLocalRulestackCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrefixListResource>, PrefixListResource>>

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

localRulestackName

string

Název prostředku LocalRulestack

name

string

Priorita místního pravidla

resource
PrefixListResource

Parametry vytváření prostředků.

Návraty

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

beginCreateOrUpdateAndWait(string, string, string, PrefixListResource, PrefixListLocalRulestackCreateOrUpdateOptionalParams)

Vytvoření prefixListResource

function beginCreateOrUpdateAndWait(resourceGroupName: string, localRulestackName: string, name: string, resource: PrefixListResource, options?: PrefixListLocalRulestackCreateOrUpdateOptionalParams): Promise<PrefixListResource>

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

localRulestackName

string

Název prostředku LocalRulestack

name

string

Priorita místního pravidla

resource
PrefixListResource

Parametry vytváření prostředků.

Návraty

beginDelete(string, string, string, PrefixListLocalRulestackDeleteOptionalParams)

Odstranění prefixListResource

function beginDelete(resourceGroupName: string, localRulestackName: string, name: string, options?: PrefixListLocalRulestackDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

localRulestackName

string

Název prostředku LocalRulestack

name

string

Priorita místního pravidla

options
PrefixListLocalRulestackDeleteOptionalParams

Parametry možností

Návraty

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

beginDeleteAndWait(string, string, string, PrefixListLocalRulestackDeleteOptionalParams)

Odstranění prefixListResource

function beginDeleteAndWait(resourceGroupName: string, localRulestackName: string, name: string, options?: PrefixListLocalRulestackDeleteOptionalParams): Promise<void>

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

localRulestackName

string

Název prostředku LocalRulestack

name

string

Priorita místního pravidla

options
PrefixListLocalRulestackDeleteOptionalParams

Parametry možností

Návraty

Promise<void>

get(string, string, string, PrefixListLocalRulestackGetOptionalParams)

Získání prefixListResource

function get(resourceGroupName: string, localRulestackName: string, name: string, options?: PrefixListLocalRulestackGetOptionalParams): Promise<PrefixListResource>

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

localRulestackName

string

Název prostředku LocalRulestack

name

string

Priorita místního pravidla

options
PrefixListLocalRulestackGetOptionalParams

Parametry možností

Návraty

listByLocalRulestacks(string, string, PrefixListLocalRulestackListByLocalRulestacksOptionalParams)

Výpis prostředků PrefixListResource podle LocalRulestacks

function listByLocalRulestacks(resourceGroupName: string, localRulestackName: string, options?: PrefixListLocalRulestackListByLocalRulestacksOptionalParams): PagedAsyncIterableIterator<PrefixListResource, PrefixListResource[], PageSettings>

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

localRulestackName

string

Název prostředku LocalRulestack

Návraty