PrefixListGlobalRulestack interface
PrefixListGlobalRulestack を表すインターフェイス。
メソッド
begin |
PrefixListGlobalRulestackResource を作成する |
begin |
PrefixListGlobalRulestackResource を作成する |
begin |
PrefixListGlobalRulestackResource を削除する |
begin |
PrefixListGlobalRulestackResource を削除する |
get(string, string, Prefix |
PrefixListGlobalRulestackResource を取得する |
list(string, Prefix |
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 パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrefixListGlobalRulestackResource>, PrefixListGlobalRulestackResource>>
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 パラメーター。
戻り値
Promise<PrefixListGlobalRulestackResource>
beginDelete(string, string, PrefixListGlobalRulestackDeleteOptionalParams)
PrefixListGlobalRulestackResource を削除する
function beginDelete(globalRulestackName: string, name: string, options?: PrefixListGlobalRulestackDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- globalRulestackName
-
string
GlobalRulestack リソース名
- name
-
string
ローカル ルールの優先度
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 パラメーター。
戻り値
Promise<void>
get(string, string, PrefixListGlobalRulestackGetOptionalParams)
PrefixListGlobalRulestackResource を取得する
function get(globalRulestackName: string, name: string, options?: PrefixListGlobalRulestackGetOptionalParams): Promise<PrefixListGlobalRulestackResource>
パラメーター
- globalRulestackName
-
string
GlobalRulestack リソース名
- name
-
string
ローカル ルールの優先度
options パラメーター。
戻り値
Promise<PrefixListGlobalRulestackResource>
list(string, PrefixListGlobalRulestackListOptionalParams)
PrefixListGlobalRulestackResource リソースをテナント別に一覧表示する
function list(globalRulestackName: string, options?: PrefixListGlobalRulestackListOptionalParams): PagedAsyncIterableIterator<PrefixListGlobalRulestackResource, PrefixListGlobalRulestackResource[], PageSettings>
パラメーター
- globalRulestackName
-
string
GlobalRulestack リソース名
options パラメーター。