次の方法で共有


FqdnListLocalRulestack interface

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

メソッド

beginCreateOrUpdate(string, string, string, FqdnListLocalRulestackResource, FqdnListLocalRulestackCreateOrUpdateOptionalParams)

FqdnListLocalRulestackResource を作成する

beginCreateOrUpdateAndWait(string, string, string, FqdnListLocalRulestackResource, FqdnListLocalRulestackCreateOrUpdateOptionalParams)

FqdnListLocalRulestackResource を作成する

beginDelete(string, string, string, FqdnListLocalRulestackDeleteOptionalParams)

FqdnListLocalRulestackResource を削除する

beginDeleteAndWait(string, string, string, FqdnListLocalRulestackDeleteOptionalParams)

FqdnListLocalRulestackResource を削除する

get(string, string, string, FqdnListLocalRulestackGetOptionalParams)

FqdnListLocalRulestackResource を取得する

listByLocalRulestacks(string, string, FqdnListLocalRulestackListByLocalRulestacksOptionalParams)

FqdnListLocalRulestackResource リソースを LocalRulestacks 別に一覧表示する

メソッドの詳細

beginCreateOrUpdate(string, string, string, FqdnListLocalRulestackResource, FqdnListLocalRulestackCreateOrUpdateOptionalParams)

FqdnListLocalRulestackResource を作成する

function beginCreateOrUpdate(resourceGroupName: string, localRulestackName: string, name: string, resource: FqdnListLocalRulestackResource, options?: FqdnListLocalRulestackCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FqdnListLocalRulestackResource>, FqdnListLocalRulestackResource>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

localRulestackName

string

LocalRulestack リソース名

name

string

fqdn リスト名

resource
FqdnListLocalRulestackResource

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

options
FqdnListLocalRulestackCreateOrUpdateOptionalParams

options パラメーター。

戻り値

beginCreateOrUpdateAndWait(string, string, string, FqdnListLocalRulestackResource, FqdnListLocalRulestackCreateOrUpdateOptionalParams)

FqdnListLocalRulestackResource を作成する

function beginCreateOrUpdateAndWait(resourceGroupName: string, localRulestackName: string, name: string, resource: FqdnListLocalRulestackResource, options?: FqdnListLocalRulestackCreateOrUpdateOptionalParams): Promise<FqdnListLocalRulestackResource>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

localRulestackName

string

LocalRulestack リソース名

name

string

fqdn リスト名

resource
FqdnListLocalRulestackResource

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

options
FqdnListLocalRulestackCreateOrUpdateOptionalParams

options パラメーター。

戻り値

beginDelete(string, string, string, FqdnListLocalRulestackDeleteOptionalParams)

FqdnListLocalRulestackResource を削除する

function beginDelete(resourceGroupName: string, localRulestackName: string, name: string, options?: FqdnListLocalRulestackDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

localRulestackName

string

LocalRulestack リソース名

name

string

fqdn リスト名

options
FqdnListLocalRulestackDeleteOptionalParams

options パラメーター。

戻り値

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

beginDeleteAndWait(string, string, string, FqdnListLocalRulestackDeleteOptionalParams)

FqdnListLocalRulestackResource を削除する

function beginDeleteAndWait(resourceGroupName: string, localRulestackName: string, name: string, options?: FqdnListLocalRulestackDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

localRulestackName

string

LocalRulestack リソース名

name

string

fqdn リスト名

options
FqdnListLocalRulestackDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, string, FqdnListLocalRulestackGetOptionalParams)

FqdnListLocalRulestackResource を取得する

function get(resourceGroupName: string, localRulestackName: string, name: string, options?: FqdnListLocalRulestackGetOptionalParams): Promise<FqdnListLocalRulestackResource>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

localRulestackName

string

LocalRulestack リソース名

name

string

fqdn リスト名

options
FqdnListLocalRulestackGetOptionalParams

options パラメーター。

戻り値

listByLocalRulestacks(string, string, FqdnListLocalRulestackListByLocalRulestacksOptionalParams)

FqdnListLocalRulestackResource リソースを LocalRulestacks 別に一覧表示する

function listByLocalRulestacks(resourceGroupName: string, localRulestackName: string, options?: FqdnListLocalRulestackListByLocalRulestacksOptionalParams): PagedAsyncIterableIterator<FqdnListLocalRulestackResource, FqdnListLocalRulestackResource[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

localRulestackName

string

LocalRulestack リソース名

options
FqdnListLocalRulestackListByLocalRulestacksOptionalParams

options パラメーター。

戻り値