FqdnListGlobalRulestack interface
FqdnListGlobalRulestack を表すインターフェイス。
メソッド
begin |
FqdnListGlobalRulestackResource を作成する |
begin |
FqdnListGlobalRulestackResource を作成する |
begin |
FqdnListGlobalRulestackResource を削除する |
begin |
FqdnListGlobalRulestackResource を削除する |
get(string, string, Fqdn |
FqdnListGlobalRulestackResource を取得する |
list(string, Fqdn |
FqdnListGlobalRulestackResource リソースをテナント別に一覧表示する |
メソッドの詳細
beginCreateOrUpdate(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)
FqdnListGlobalRulestackResource を作成する
function beginCreateOrUpdate(globalRulestackName: string, name: string, resource: FqdnListGlobalRulestackResource, options?: FqdnListGlobalRulestackCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FqdnListGlobalRulestackResource>, FqdnListGlobalRulestackResource>>
パラメーター
- globalRulestackName
-
string
GlobalRulestack リソース名
- name
-
string
fqdn リスト名
- resource
- FqdnListGlobalRulestackResource
リソース作成パラメーター。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<FqdnListGlobalRulestackResource>, FqdnListGlobalRulestackResource>>
beginCreateOrUpdateAndWait(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)
FqdnListGlobalRulestackResource を作成する
function beginCreateOrUpdateAndWait(globalRulestackName: string, name: string, resource: FqdnListGlobalRulestackResource, options?: FqdnListGlobalRulestackCreateOrUpdateOptionalParams): Promise<FqdnListGlobalRulestackResource>
パラメーター
- globalRulestackName
-
string
GlobalRulestack リソース名
- name
-
string
fqdn リスト名
- resource
- FqdnListGlobalRulestackResource
リソース作成パラメーター。
options パラメーター。
戻り値
Promise<FqdnListGlobalRulestackResource>
beginDelete(string, string, FqdnListGlobalRulestackDeleteOptionalParams)
FqdnListGlobalRulestackResource を削除する
function beginDelete(globalRulestackName: string, name: string, options?: FqdnListGlobalRulestackDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- globalRulestackName
-
string
GlobalRulestack リソース名
- name
-
string
fqdn リスト名
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, FqdnListGlobalRulestackDeleteOptionalParams)
FqdnListGlobalRulestackResource を削除する
function beginDeleteAndWait(globalRulestackName: string, name: string, options?: FqdnListGlobalRulestackDeleteOptionalParams): Promise<void>
パラメーター
- globalRulestackName
-
string
GlobalRulestack リソース名
- name
-
string
fqdn リスト名
options パラメーター。
戻り値
Promise<void>
get(string, string, FqdnListGlobalRulestackGetOptionalParams)
FqdnListGlobalRulestackResource を取得する
function get(globalRulestackName: string, name: string, options?: FqdnListGlobalRulestackGetOptionalParams): Promise<FqdnListGlobalRulestackResource>
パラメーター
- globalRulestackName
-
string
GlobalRulestack リソース名
- name
-
string
fqdn リスト名
options パラメーター。
戻り値
Promise<FqdnListGlobalRulestackResource>
list(string, FqdnListGlobalRulestackListOptionalParams)
FqdnListGlobalRulestackResource リソースをテナント別に一覧表示する
function list(globalRulestackName: string, options?: FqdnListGlobalRulestackListOptionalParams): PagedAsyncIterableIterator<FqdnListGlobalRulestackResource, FqdnListGlobalRulestackResource[], PageSettings>
パラメーター
- globalRulestackName
-
string
GlobalRulestack リソース名
options パラメーター。