次の方法で共有


Alias interface

エイリアスを表すインターフェイス。

メソッド

beginCreate(string, PutAliasRequest, AliasCreateOptionalParams)

エイリアス サブスクリプションを作成します。

beginCreateAndWait(string, PutAliasRequest, AliasCreateOptionalParams)

エイリアス サブスクリプションを作成します。

delete(string, AliasDeleteOptionalParams)

エイリアスを削除します。

get(string, AliasGetOptionalParams)

エイリアス サブスクリプションを取得します。

list(AliasListOptionalParams)

エイリアス サブスクリプションを一覧表示します。

メソッドの詳細

beginCreate(string, PutAliasRequest, AliasCreateOptionalParams)

エイリアス サブスクリプションを作成します。

function beginCreate(aliasName: string, body: PutAliasRequest, options?: AliasCreateOptionalParams): Promise<PollerLike<PollOperationState<SubscriptionAliasResponse>, SubscriptionAliasResponse>>

パラメーター

aliasName

string

AliasName は、サブスクリプション作成要求の名前です。 これはサブスクリプション名と同じではなく、サブスクリプションの作成要求を超える他のライフサイクルの必要はありません。

body
PutAliasRequest

新しいサブスクリプションを作成するために必要なパラメーター。

options
AliasCreateOptionalParams

options パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<SubscriptionAliasResponse>, SubscriptionAliasResponse>>

beginCreateAndWait(string, PutAliasRequest, AliasCreateOptionalParams)

エイリアス サブスクリプションを作成します。

function beginCreateAndWait(aliasName: string, body: PutAliasRequest, options?: AliasCreateOptionalParams): Promise<SubscriptionAliasResponse>

パラメーター

aliasName

string

AliasName は、サブスクリプション作成要求の名前です。 これはサブスクリプション名と同じではなく、サブスクリプションの作成要求を超える他のライフサイクルの必要はありません。

body
PutAliasRequest

新しいサブスクリプションを作成するために必要なパラメーター。

options
AliasCreateOptionalParams

options パラメーター。

戻り値

delete(string, AliasDeleteOptionalParams)

エイリアスを削除します。

function delete(aliasName: string, options?: AliasDeleteOptionalParams): Promise<void>

パラメーター

aliasName

string

AliasName は、サブスクリプション作成要求の名前です。 これはサブスクリプション名と同じではなく、サブスクリプションの作成要求を超える他のライフサイクルの必要はありません。

options
AliasDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, AliasGetOptionalParams)

エイリアス サブスクリプションを取得します。

function get(aliasName: string, options?: AliasGetOptionalParams): Promise<SubscriptionAliasResponse>

パラメーター

aliasName

string

AliasName は、サブスクリプション作成要求の名前です。 これはサブスクリプション名と同じではなく、サブスクリプションの作成要求を超える他のライフサイクルの必要はありません。

options
AliasGetOptionalParams

options パラメーター。

戻り値

list(AliasListOptionalParams)

エイリアス サブスクリプションを一覧表示します。

function list(options?: AliasListOptionalParams): Promise<SubscriptionAliasListResult>

パラメーター

options
AliasListOptionalParams

options パラメーター。

戻り値