次の方法で共有


BillingSubscriptions interface

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

メソッド

beginCancel(string, string, CancelSubscriptionRequest, BillingSubscriptionsCancelOptionalParams)

使用量ベースのサブスクリプションを取り消します。 この操作は、Microsoft パートナー契約の種類の課金アカウントでのみサポートされます。

beginCancelAndWait(string, string, CancelSubscriptionRequest, BillingSubscriptionsCancelOptionalParams)

使用量ベースのサブスクリプションを取り消します。 この操作は、Microsoft パートナー契約の種類の課金アカウントでのみサポートされます。

beginDelete(string, string, BillingSubscriptionsDeleteOptionalParams)

課金サブスクリプションを取り消します。 この操作は、Microsoft Partner Agreement または Microsoft 顧客契約の種類の課金アカウントでのみサポートされます。

beginDeleteAndWait(string, string, BillingSubscriptionsDeleteOptionalParams)

課金サブスクリプションを取り消します。 この操作は、Microsoft Partner Agreement または Microsoft 顧客契約の種類の課金アカウントでのみサポートされます。

beginMerge(string, string, BillingSubscriptionMergeRequest, BillingSubscriptionsMergeOptionalParams)

要求で指定された課金サブスクリプションをターゲットの課金サブスクリプションとマージします。

beginMergeAndWait(string, string, BillingSubscriptionMergeRequest, BillingSubscriptionsMergeOptionalParams)

要求で指定された課金サブスクリプションをターゲットの課金サブスクリプションとマージします。

beginMove(string, string, MoveBillingSubscriptionRequest, BillingSubscriptionsMoveOptionalParams)

サブスクリプションの料金を新しい請求書セクションに移動します。 新しい請求書セクションは、既存の請求書セクションと同じ課金プロファイルに属している必要があります。 この操作は、契約の種類が Microsoft 顧客契約の課金アカウントでサポートされています。

beginMoveAndWait(string, string, MoveBillingSubscriptionRequest, BillingSubscriptionsMoveOptionalParams)

サブスクリプションの料金を新しい請求書セクションに移動します。 新しい請求書セクションは、既存の請求書セクションと同じ課金プロファイルに属している必要があります。 この操作は、契約の種類が Microsoft 顧客契約の課金アカウントでサポートされています。

beginSplit(string, string, BillingSubscriptionSplitRequest, BillingSubscriptionsSplitOptionalParams)

現在のサブスクリプション数量より数量が 0 未満の新しいサブスクリプションにサブスクリプションを分割します。

beginSplitAndWait(string, string, BillingSubscriptionSplitRequest, BillingSubscriptionsSplitOptionalParams)

現在のサブスクリプション数量より数量が 0 未満の新しいサブスクリプションにサブスクリプションを分割します。

beginUpdate(string, string, BillingSubscriptionPatch, BillingSubscriptionsUpdateOptionalParams)

課金サブスクリプションのプロパティを更新します。

beginUpdateAndWait(string, string, BillingSubscriptionPatch, BillingSubscriptionsUpdateOptionalParams)

課金サブスクリプションのプロパティを更新します。

get(string, string, BillingSubscriptionsGetOptionalParams)

その ID でサブスクリプションを取得します。 この操作は、契約の種類が Microsoft 顧客契約、Microsoft Partner Agreement、Enterprise Agreement の請求先アカウントでサポートされています。

getByBillingProfile(string, string, string, BillingSubscriptionsGetByBillingProfileOptionalParams)

課金プロファイルと ID でサブスクリプションを取得します。 この操作は、契約の種類が Enterprise Agreement の請求先アカウントでサポートされています。

listByBillingAccount(string, BillingSubscriptionsListByBillingAccountOptionalParams)

課金アカウントのサブスクリプションを一覧表示します。

listByBillingProfile(string, string, BillingSubscriptionsListByBillingProfileOptionalParams)

課金プロファイルに課金されるサブスクリプションを一覧表示します。 この操作は、契約の種類が Microsoft 顧客契約または Microsoft Partner Agreement の課金アカウントでサポートされています。

listByCustomer(string, string, string, BillingSubscriptionsListByCustomerOptionalParams)

顧客のサブスクリプションを一覧表示します。 この操作は、契約の種類が Microsoft Partner Agreement の請求先アカウントでのみサポートされます。

listByCustomerAtBillingAccount(string, string, BillingSubscriptionsListByCustomerAtBillingAccountOptionalParams)

課金アカウント レベルで顧客のサブスクリプションを一覧表示します。 この操作は、契約の種類が Microsoft Partner Agreement の請求先アカウントでのみサポートされます。

listByEnrollmentAccount(string, string, BillingSubscriptionsListByEnrollmentAccountOptionalParams)

登録アカウントのサブスクリプションを一覧表示します。 この操作は、契約の種類が Enterprise Agreement の請求先アカウントでサポートされています。

listByInvoiceSection(string, string, string, BillingSubscriptionsListByInvoiceSectionOptionalParams)

請求書セクションに請求されるサブスクリプションを一覧表示します。 この操作は、契約の種類が Microsoft 顧客契約の請求先アカウントでのみサポートされます。

validateMoveEligibility(string, string, MoveBillingSubscriptionRequest, BillingSubscriptionsValidateMoveEligibilityOptionalParams)

サブスクリプションの料金を新しい請求書セクションに移動できるかどうかを検証します。 この操作は、契約の種類が Microsoft 顧客契約の課金アカウントでサポートされています。

メソッドの詳細

beginCancel(string, string, CancelSubscriptionRequest, BillingSubscriptionsCancelOptionalParams)

使用量ベースのサブスクリプションを取り消します。 この操作は、Microsoft パートナー契約の種類の課金アカウントでのみサポートされます。

function beginCancel(billingAccountName: string, billingSubscriptionName: string, parameters: CancelSubscriptionRequest, options?: BillingSubscriptionsCancelOptionalParams): Promise<SimplePollerLike<OperationState<BillingSubscriptionsCancelHeaders>, BillingSubscriptionsCancelHeaders>>

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

billingSubscriptionName

string

サブスクリプションを一意に識別する ID。

parameters
CancelSubscriptionRequest

顧客サブスクリプションを取り消すパラメーターを要求します。

options
BillingSubscriptionsCancelOptionalParams

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

戻り値

beginCancelAndWait(string, string, CancelSubscriptionRequest, BillingSubscriptionsCancelOptionalParams)

使用量ベースのサブスクリプションを取り消します。 この操作は、Microsoft パートナー契約の種類の課金アカウントでのみサポートされます。

function beginCancelAndWait(billingAccountName: string, billingSubscriptionName: string, parameters: CancelSubscriptionRequest, options?: BillingSubscriptionsCancelOptionalParams): Promise<BillingSubscriptionsCancelHeaders>

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

billingSubscriptionName

string

サブスクリプションを一意に識別する ID。

parameters
CancelSubscriptionRequest

顧客サブスクリプションを取り消すパラメーターを要求します。

options
BillingSubscriptionsCancelOptionalParams

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

戻り値

beginDelete(string, string, BillingSubscriptionsDeleteOptionalParams)

課金サブスクリプションを取り消します。 この操作は、Microsoft Partner Agreement または Microsoft 顧客契約の種類の課金アカウントでのみサポートされます。

function beginDelete(billingAccountName: string, billingSubscriptionName: string, options?: BillingSubscriptionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<BillingSubscriptionsDeleteHeaders>, BillingSubscriptionsDeleteHeaders>>

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

billingSubscriptionName

string

サブスクリプションを一意に識別する ID。

options
BillingSubscriptionsDeleteOptionalParams

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

戻り値

beginDeleteAndWait(string, string, BillingSubscriptionsDeleteOptionalParams)

課金サブスクリプションを取り消します。 この操作は、Microsoft Partner Agreement または Microsoft 顧客契約の種類の課金アカウントでのみサポートされます。

function beginDeleteAndWait(billingAccountName: string, billingSubscriptionName: string, options?: BillingSubscriptionsDeleteOptionalParams): Promise<BillingSubscriptionsDeleteHeaders>

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

billingSubscriptionName

string

サブスクリプションを一意に識別する ID。

options
BillingSubscriptionsDeleteOptionalParams

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

戻り値

beginMerge(string, string, BillingSubscriptionMergeRequest, BillingSubscriptionsMergeOptionalParams)

要求で指定された課金サブスクリプションをターゲットの課金サブスクリプションとマージします。

function beginMerge(billingAccountName: string, billingSubscriptionName: string, parameters: BillingSubscriptionMergeRequest, options?: BillingSubscriptionsMergeOptionalParams): Promise<SimplePollerLike<OperationState<BillingSubscription>, BillingSubscription>>

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

billingSubscriptionName

string

サブスクリプションを一意に識別する ID。

parameters
BillingSubscriptionMergeRequest

2 つの課金サブスクリプションをマージするために指定された要求パラメーター。

options
BillingSubscriptionsMergeOptionalParams

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

戻り値

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

beginMergeAndWait(string, string, BillingSubscriptionMergeRequest, BillingSubscriptionsMergeOptionalParams)

要求で指定された課金サブスクリプションをターゲットの課金サブスクリプションとマージします。

function beginMergeAndWait(billingAccountName: string, billingSubscriptionName: string, parameters: BillingSubscriptionMergeRequest, options?: BillingSubscriptionsMergeOptionalParams): Promise<BillingSubscription>

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

billingSubscriptionName

string

サブスクリプションを一意に識別する ID。

parameters
BillingSubscriptionMergeRequest

2 つの課金サブスクリプションをマージするために指定された要求パラメーター。

options
BillingSubscriptionsMergeOptionalParams

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

戻り値

beginMove(string, string, MoveBillingSubscriptionRequest, BillingSubscriptionsMoveOptionalParams)

サブスクリプションの料金を新しい請求書セクションに移動します。 新しい請求書セクションは、既存の請求書セクションと同じ課金プロファイルに属している必要があります。 この操作は、契約の種類が Microsoft 顧客契約の課金アカウントでサポートされています。

function beginMove(billingAccountName: string, billingSubscriptionName: string, parameters: MoveBillingSubscriptionRequest, options?: BillingSubscriptionsMoveOptionalParams): Promise<SimplePollerLike<OperationState<BillingSubscription>, BillingSubscription>>

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

billingSubscriptionName

string

サブスクリプションを一意に識別する ID。

parameters
MoveBillingSubscriptionRequest

課金サブスクリプションを転送するためのパラメーターを要求します。

options
BillingSubscriptionsMoveOptionalParams

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

戻り値

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

beginMoveAndWait(string, string, MoveBillingSubscriptionRequest, BillingSubscriptionsMoveOptionalParams)

サブスクリプションの料金を新しい請求書セクションに移動します。 新しい請求書セクションは、既存の請求書セクションと同じ課金プロファイルに属している必要があります。 この操作は、契約の種類が Microsoft 顧客契約の課金アカウントでサポートされています。

function beginMoveAndWait(billingAccountName: string, billingSubscriptionName: string, parameters: MoveBillingSubscriptionRequest, options?: BillingSubscriptionsMoveOptionalParams): Promise<BillingSubscription>

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

billingSubscriptionName

string

サブスクリプションを一意に識別する ID。

parameters
MoveBillingSubscriptionRequest

課金サブスクリプションを転送するためのパラメーターを要求します。

options
BillingSubscriptionsMoveOptionalParams

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

戻り値

beginSplit(string, string, BillingSubscriptionSplitRequest, BillingSubscriptionsSplitOptionalParams)

現在のサブスクリプション数量より数量が 0 未満の新しいサブスクリプションにサブスクリプションを分割します。

function beginSplit(billingAccountName: string, billingSubscriptionName: string, parameters: BillingSubscriptionSplitRequest, options?: BillingSubscriptionsSplitOptionalParams): Promise<SimplePollerLike<OperationState<BillingSubscription>, BillingSubscription>>

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

billingSubscriptionName

string

サブスクリプションを一意に識別する ID。

parameters
BillingSubscriptionSplitRequest

課金サブスクリプションを分割するために指定された要求パラメーター。

options
BillingSubscriptionsSplitOptionalParams

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

戻り値

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

beginSplitAndWait(string, string, BillingSubscriptionSplitRequest, BillingSubscriptionsSplitOptionalParams)

現在のサブスクリプション数量より数量が 0 未満の新しいサブスクリプションにサブスクリプションを分割します。

function beginSplitAndWait(billingAccountName: string, billingSubscriptionName: string, parameters: BillingSubscriptionSplitRequest, options?: BillingSubscriptionsSplitOptionalParams): Promise<BillingSubscription>

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

billingSubscriptionName

string

サブスクリプションを一意に識別する ID。

parameters
BillingSubscriptionSplitRequest

課金サブスクリプションを分割するために指定された要求パラメーター。

options
BillingSubscriptionsSplitOptionalParams

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

戻り値

beginUpdate(string, string, BillingSubscriptionPatch, BillingSubscriptionsUpdateOptionalParams)

課金サブスクリプションのプロパティを更新します。

function beginUpdate(billingAccountName: string, billingSubscriptionName: string, parameters: BillingSubscriptionPatch, options?: BillingSubscriptionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BillingSubscription>, BillingSubscription>>

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

billingSubscriptionName

string

サブスクリプションを一意に識別する ID。

parameters
BillingSubscriptionPatch

サブスクリプションの課金プロパティ。

options
BillingSubscriptionsUpdateOptionalParams

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

戻り値

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

beginUpdateAndWait(string, string, BillingSubscriptionPatch, BillingSubscriptionsUpdateOptionalParams)

課金サブスクリプションのプロパティを更新します。

function beginUpdateAndWait(billingAccountName: string, billingSubscriptionName: string, parameters: BillingSubscriptionPatch, options?: BillingSubscriptionsUpdateOptionalParams): Promise<BillingSubscription>

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

billingSubscriptionName

string

サブスクリプションを一意に識別する ID。

parameters
BillingSubscriptionPatch

サブスクリプションの課金プロパティ。

options
BillingSubscriptionsUpdateOptionalParams

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

戻り値

get(string, string, BillingSubscriptionsGetOptionalParams)

その ID でサブスクリプションを取得します。 この操作は、契約の種類が Microsoft 顧客契約、Microsoft Partner Agreement、Enterprise Agreement の請求先アカウントでサポートされています。

function get(billingAccountName: string, billingSubscriptionName: string, options?: BillingSubscriptionsGetOptionalParams): Promise<BillingSubscription>

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

billingSubscriptionName

string

サブスクリプションを一意に識別する ID。

options
BillingSubscriptionsGetOptionalParams

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

戻り値

getByBillingProfile(string, string, string, BillingSubscriptionsGetByBillingProfileOptionalParams)

課金プロファイルと ID でサブスクリプションを取得します。 この操作は、契約の種類が Enterprise Agreement の請求先アカウントでサポートされています。

function getByBillingProfile(billingAccountName: string, billingProfileName: string, billingSubscriptionName: string, options?: BillingSubscriptionsGetByBillingProfileOptionalParams): Promise<BillingSubscription>

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

billingProfileName

string

課金プロファイルを一意に識別する ID。

billingSubscriptionName

string

サブスクリプションを一意に識別する ID。

options
BillingSubscriptionsGetByBillingProfileOptionalParams

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

戻り値

listByBillingAccount(string, BillingSubscriptionsListByBillingAccountOptionalParams)

課金アカウントのサブスクリプションを一覧表示します。

function listByBillingAccount(billingAccountName: string, options?: BillingSubscriptionsListByBillingAccountOptionalParams): PagedAsyncIterableIterator<BillingSubscription, BillingSubscription[], PageSettings>

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

options
BillingSubscriptionsListByBillingAccountOptionalParams

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

戻り値

listByBillingProfile(string, string, BillingSubscriptionsListByBillingProfileOptionalParams)

課金プロファイルに課金されるサブスクリプションを一覧表示します。 この操作は、契約の種類が Microsoft 顧客契約または Microsoft Partner Agreement の課金アカウントでサポートされています。

function listByBillingProfile(billingAccountName: string, billingProfileName: string, options?: BillingSubscriptionsListByBillingProfileOptionalParams): PagedAsyncIterableIterator<BillingSubscription, BillingSubscription[], PageSettings>

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

billingProfileName

string

課金プロファイルを一意に識別する ID。

options
BillingSubscriptionsListByBillingProfileOptionalParams

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

戻り値

listByCustomer(string, string, string, BillingSubscriptionsListByCustomerOptionalParams)

顧客のサブスクリプションを一覧表示します。 この操作は、契約の種類が Microsoft Partner Agreement の請求先アカウントでのみサポートされます。

function listByCustomer(billingAccountName: string, billingProfileName: string, customerName: string, options?: BillingSubscriptionsListByCustomerOptionalParams): PagedAsyncIterableIterator<BillingSubscription, BillingSubscription[], PageSettings>

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

billingProfileName

string

課金プロファイルを一意に識別する ID。

customerName

string

顧客を一意に識別する ID。

options
BillingSubscriptionsListByCustomerOptionalParams

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

戻り値

listByCustomerAtBillingAccount(string, string, BillingSubscriptionsListByCustomerAtBillingAccountOptionalParams)

課金アカウント レベルで顧客のサブスクリプションを一覧表示します。 この操作は、契約の種類が Microsoft Partner Agreement の請求先アカウントでのみサポートされます。

function listByCustomerAtBillingAccount(billingAccountName: string, customerName: string, options?: BillingSubscriptionsListByCustomerAtBillingAccountOptionalParams): PagedAsyncIterableIterator<BillingSubscription, BillingSubscription[], PageSettings>

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

customerName

string

顧客を一意に識別する ID。

options
BillingSubscriptionsListByCustomerAtBillingAccountOptionalParams

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

戻り値

listByEnrollmentAccount(string, string, BillingSubscriptionsListByEnrollmentAccountOptionalParams)

登録アカウントのサブスクリプションを一覧表示します。 この操作は、契約の種類が Enterprise Agreement の請求先アカウントでサポートされています。

function listByEnrollmentAccount(billingAccountName: string, enrollmentAccountName: string, options?: BillingSubscriptionsListByEnrollmentAccountOptionalParams): PagedAsyncIterableIterator<BillingSubscription, BillingSubscription[], PageSettings>

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

enrollmentAccountName

string

登録アカウントの名前。

options
BillingSubscriptionsListByEnrollmentAccountOptionalParams

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

戻り値

listByInvoiceSection(string, string, string, BillingSubscriptionsListByInvoiceSectionOptionalParams)

請求書セクションに請求されるサブスクリプションを一覧表示します。 この操作は、契約の種類が Microsoft 顧客契約の請求先アカウントでのみサポートされます。

function listByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, options?: BillingSubscriptionsListByInvoiceSectionOptionalParams): PagedAsyncIterableIterator<BillingSubscription, BillingSubscription[], PageSettings>

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

billingProfileName

string

課金プロファイルを一意に識別する ID。

invoiceSectionName

string

請求書セクションを一意に識別する ID。

options
BillingSubscriptionsListByInvoiceSectionOptionalParams

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

戻り値

validateMoveEligibility(string, string, MoveBillingSubscriptionRequest, BillingSubscriptionsValidateMoveEligibilityOptionalParams)

サブスクリプションの料金を新しい請求書セクションに移動できるかどうかを検証します。 この操作は、契約の種類が Microsoft 顧客契約の課金アカウントでサポートされています。

function validateMoveEligibility(billingAccountName: string, billingSubscriptionName: string, parameters: MoveBillingSubscriptionRequest, options?: BillingSubscriptionsValidateMoveEligibilityOptionalParams): Promise<MoveBillingSubscriptionEligibilityResult>

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

billingSubscriptionName

string

サブスクリプションを一意に識別する ID。

parameters
MoveBillingSubscriptionRequest

課金サブスクリプションを転送するためのパラメーターを要求します。

options
BillingSubscriptionsValidateMoveEligibilityOptionalParams

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

戻り値