次の方法で共有


CustomerSubscriptions interface

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

メソッド

create(string, string, string, CustomerSubscription, CustomerSubscriptionsCreateOptionalParams)

登録の下に新しい顧客サブスクリプションを作成します。

delete(string, string, string, CustomerSubscriptionsDeleteOptionalParams)

登録の下で顧客サブスクリプションを削除します。

get(string, string, string, CustomerSubscriptionsGetOptionalParams)

指定した製品を返します。

list(string, string, CustomerSubscriptionsListOptionalParams)

製品の一覧を返します。

メソッドの詳細

create(string, string, string, CustomerSubscription, CustomerSubscriptionsCreateOptionalParams)

登録の下に新しい顧客サブスクリプションを作成します。

function create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: CustomerSubscription, options?: CustomerSubscriptionsCreateOptionalParams): Promise<CustomerSubscription>

パラメーター

resourceGroup

string

リソース グループの名前。

registrationName

string

Azure Stack 登録の名前。

customerSubscriptionName

string

製品の名前。

customerCreationParameters
CustomerSubscription

パラメーターは、顧客サブスクリプションの作成に使用します。

options
CustomerSubscriptionsCreateOptionalParams

オプション パラメーター。

戻り値

delete(string, string, string, CustomerSubscriptionsDeleteOptionalParams)

登録の下で顧客サブスクリプションを削除します。

function delete(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: CustomerSubscriptionsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroup

string

リソース グループの名前。

registrationName

string

Azure Stack 登録の名前。

customerSubscriptionName

string

製品の名前。

options
CustomerSubscriptionsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

get(string, string, string, CustomerSubscriptionsGetOptionalParams)

指定した製品を返します。

function get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: CustomerSubscriptionsGetOptionalParams): Promise<CustomerSubscription>

パラメーター

resourceGroup

string

リソース グループの名前。

registrationName

string

Azure Stack 登録の名前。

customerSubscriptionName

string

製品の名前。

options
CustomerSubscriptionsGetOptionalParams

オプション パラメーター。

戻り値

list(string, string, CustomerSubscriptionsListOptionalParams)

製品の一覧を返します。

function list(resourceGroup: string, registrationName: string, options?: CustomerSubscriptionsListOptionalParams): PagedAsyncIterableIterator<CustomerSubscription, CustomerSubscription[], PageSettings>

パラメーター

resourceGroup

string

リソース グループの名前。

registrationName

string

Azure Stack 登録の名前。

options
CustomerSubscriptionsListOptionalParams

オプション パラメーター。

戻り値