次の方法で共有


PrefixListLocalRulestack interface

PrefixListLocalRulestack を表すインターフェイス。

メソッド

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

PrefixListResource を作成する

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

PrefixListResource を作成する

beginDelete(string, string, string, PrefixListLocalRulestackDeleteOptionalParams)

PrefixListResource を削除する

beginDeleteAndWait(string, string, string, PrefixListLocalRulestackDeleteOptionalParams)

PrefixListResource を削除する

get(string, string, string, PrefixListLocalRulestackGetOptionalParams)

PrefixListResource を取得する

listByLocalRulestacks(string, string, PrefixListLocalRulestackListByLocalRulestacksOptionalParams)

LocalRulestacks による PrefixListResource リソースの一覧表示

メソッドの詳細

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

PrefixListResource を作成する

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

localRulestackName

string

LocalRulestack リソース名

name

string

ローカル ルールの優先度

resource
PrefixListResource

リソース作成パラメーター。

options
PrefixListLocalRulestackCreateOrUpdateOptionalParams

options パラメーター。

戻り値

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

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

PrefixListResource を作成する

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

localRulestackName

string

LocalRulestack リソース名

name

string

ローカル ルールの優先度

resource
PrefixListResource

リソース作成パラメーター。

options
PrefixListLocalRulestackCreateOrUpdateOptionalParams

options パラメーター。

戻り値

beginDelete(string, string, string, PrefixListLocalRulestackDeleteOptionalParams)

PrefixListResource を削除する

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

localRulestackName

string

LocalRulestack リソース名

name

string

ローカル ルールの優先度

options
PrefixListLocalRulestackDeleteOptionalParams

options パラメーター。

戻り値

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

beginDeleteAndWait(string, string, string, PrefixListLocalRulestackDeleteOptionalParams)

PrefixListResource を削除する

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

localRulestackName

string

LocalRulestack リソース名

name

string

ローカル ルールの優先度

options
PrefixListLocalRulestackDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, string, PrefixListLocalRulestackGetOptionalParams)

PrefixListResource を取得する

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

localRulestackName

string

LocalRulestack リソース名

name

string

ローカル ルールの優先度

options
PrefixListLocalRulestackGetOptionalParams

options パラメーター。

戻り値

listByLocalRulestacks(string, string, PrefixListLocalRulestackListByLocalRulestacksOptionalParams)

LocalRulestacks による PrefixListResource リソースの一覧表示

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

localRulestackName

string

LocalRulestack リソース名

options
PrefixListLocalRulestackListByLocalRulestacksOptionalParams

options パラメーター。

戻り値