次の方法で共有


FqdnListGlobalRulestack interface

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

メソッド

beginCreateOrUpdate(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

FqdnListGlobalRulestackResource を作成する

beginCreateOrUpdateAndWait(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

FqdnListGlobalRulestackResource を作成する

beginDelete(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

FqdnListGlobalRulestackResource を削除する

beginDeleteAndWait(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

FqdnListGlobalRulestackResource を削除する

get(string, string, FqdnListGlobalRulestackGetOptionalParams)

FqdnListGlobalRulestackResource を取得する

list(string, FqdnListGlobalRulestackListOptionalParams)

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
FqdnListGlobalRulestackCreateOrUpdateOptionalParams

options パラメーター。

戻り値

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
FqdnListGlobalRulestackCreateOrUpdateOptionalParams

options パラメーター。

戻り値

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
FqdnListGlobalRulestackDeleteOptionalParams

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
FqdnListGlobalRulestackDeleteOptionalParams

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
FqdnListGlobalRulestackGetOptionalParams

options パラメーター。

戻り値

list(string, FqdnListGlobalRulestackListOptionalParams)

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

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

パラメーター

globalRulestackName

string

GlobalRulestack リソース名

options
FqdnListGlobalRulestackListOptionalParams

options パラメーター。

戻り値