PrefixListLocalRulestack interface
PrefixListLocalRulestack を表すインターフェイス。
メソッド
begin |
PrefixListResource を作成する |
begin |
PrefixListResource を作成する |
begin |
PrefixListResource を削除する |
begin |
PrefixListResource を削除する |
get(string, string, string, Prefix |
PrefixListResource を取得する |
list |
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 パラメーター。
戻り値
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 パラメーター。
戻り値
Promise<PrefixListResource>
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 パラメーター。
戻り値
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 パラメーター。
戻り値
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 パラメーター。
戻り値
Promise<PrefixListResource>
listByLocalRulestacks(string, string, PrefixListLocalRulestackListByLocalRulestacksOptionalParams)
LocalRulestacks による PrefixListResource リソースの一覧表示
function listByLocalRulestacks(resourceGroupName: string, localRulestackName: string, options?: PrefixListLocalRulestackListByLocalRulestacksOptionalParams): PagedAsyncIterableIterator<PrefixListResource, PrefixListResource[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- localRulestackName
-
string
LocalRulestack リソース名
options パラメーター。