次の方法で共有


PrefixListGlobalRulestack interface

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

メソッド

beginCreateOrUpdate(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)

PrefixListGlobalRulestackResource を作成する

beginCreateOrUpdateAndWait(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)

PrefixListGlobalRulestackResource を作成する

beginDelete(string, string, PrefixListGlobalRulestackDeleteOptionalParams)

PrefixListGlobalRulestackResource を削除する

beginDeleteAndWait(string, string, PrefixListGlobalRulestackDeleteOptionalParams)

PrefixListGlobalRulestackResource を削除する

get(string, string, PrefixListGlobalRulestackGetOptionalParams)

PrefixListGlobalRulestackResource を取得する

list(string, PrefixListGlobalRulestackListOptionalParams)

PrefixListGlobalRulestackResource リソースをテナント別に一覧表示する

メソッドの詳細

beginCreateOrUpdate(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)

PrefixListGlobalRulestackResource を作成する

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

パラメーター

globalRulestackName

string

GlobalRulestack リソース名

name

string

ローカル ルールの優先度

resource
PrefixListGlobalRulestackResource

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

options
PrefixListGlobalRulestackCreateOrUpdateOptionalParams

options パラメーター。

戻り値

beginCreateOrUpdateAndWait(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)

PrefixListGlobalRulestackResource を作成する

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

パラメーター

globalRulestackName

string

GlobalRulestack リソース名

name

string

ローカル ルールの優先度

resource
PrefixListGlobalRulestackResource

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

options
PrefixListGlobalRulestackCreateOrUpdateOptionalParams

options パラメーター。

戻り値

beginDelete(string, string, PrefixListGlobalRulestackDeleteOptionalParams)

PrefixListGlobalRulestackResource を削除する

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

パラメーター

globalRulestackName

string

GlobalRulestack リソース名

name

string

ローカル ルールの優先度

options
PrefixListGlobalRulestackDeleteOptionalParams

options パラメーター。

戻り値

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

beginDeleteAndWait(string, string, PrefixListGlobalRulestackDeleteOptionalParams)

PrefixListGlobalRulestackResource を削除する

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

パラメーター

globalRulestackName

string

GlobalRulestack リソース名

name

string

ローカル ルールの優先度

options
PrefixListGlobalRulestackDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, PrefixListGlobalRulestackGetOptionalParams)

PrefixListGlobalRulestackResource を取得する

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

パラメーター

globalRulestackName

string

GlobalRulestack リソース名

name

string

ローカル ルールの優先度

options
PrefixListGlobalRulestackGetOptionalParams

options パラメーター。

戻り値

list(string, PrefixListGlobalRulestackListOptionalParams)

PrefixListGlobalRulestackResource リソースをテナント別に一覧表示する

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

パラメーター

globalRulestackName

string

GlobalRulestack リソース名

options
PrefixListGlobalRulestackListOptionalParams

options パラメーター。

戻り値