次の方法で共有


BillingAccounts interface

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

メソッド

beginAddPaymentTerms(string, PaymentTerm[], BillingAccountsAddPaymentTermsOptionalParams)

課金アカウントのすべての課金プロファイルに支払条件を追加します。 現在、支払い条件は、契約の種類が "Microsoft 顧客契約" で、AccountType が "エンタープライズ" である請求先アカウントでのみ追加できます。 このアクションには事前承認が必要であり、支払条件の追加が認められるのはフィールド販売者のみであり、セルフサービスアクションではありません。

beginAddPaymentTermsAndWait(string, PaymentTerm[], BillingAccountsAddPaymentTermsOptionalParams)

課金アカウントのすべての課金プロファイルに支払条件を追加します。 現在、支払い条件は、契約の種類が "Microsoft 顧客契約" で、AccountType が "エンタープライズ" である請求先アカウントでのみ追加できます。 このアクションには事前承認が必要であり、支払条件の追加が認められるのはフィールド販売者のみであり、セルフサービスアクションではありません。

beginCancelPaymentTerms(string, Date, BillingAccountsCancelPaymentTermsOptionalParams)

要求のキャンセル日より後の請求先アカウントのすべての支払条件を取り消します。 現時点では、支払い条件の取り消しは管理者のアクションによってのみ提供され、セルフサービス アクションではありません。

beginCancelPaymentTermsAndWait(string, Date, BillingAccountsCancelPaymentTermsOptionalParams)

要求のキャンセル日より後の請求先アカウントのすべての支払条件を取り消します。 現時点では、支払い条件の取り消しは管理者のアクションによってのみ提供され、セルフサービス アクションではありません。

beginUpdate(string, BillingAccountPatch, BillingAccountsUpdateOptionalParams)

課金アカウントのプロパティを更新します。 現在、契約の種類が Microsoft 顧客契約の請求先アカウントの displayName と住所を更新できます。 現在、契約の種類が Microsoft Online Services 契約の請求先アカウントのアドレスと通知メール アドレスを更新できます。 現時点では、契約の種類が Enterprise Agreement の請求先アカウントの発注書番号を編集できます。

beginUpdateAndWait(string, BillingAccountPatch, BillingAccountsUpdateOptionalParams)

課金アカウントのプロパティを更新します。 現在、契約の種類が Microsoft 顧客契約の請求先アカウントの displayName と住所を更新できます。 現在、契約の種類が Microsoft Online Services 契約の請求先アカウントのアドレスと通知メール アドレスを更新できます。 現時点では、契約の種類が Enterprise Agreement の請求先アカウントの発注書番号を編集できます。

confirmTransition(string, BillingAccountsConfirmTransitionOptionalParams)

契約の種類が Microsoft Online Services Program から契約の種類 Microsoft 顧客契約に切り替わった課金アカウントの移行の詳細を取得します。

get(string, BillingAccountsGetOptionalParams)

課金アカウントを ID で取得します。

list(BillingAccountsListOptionalParams)

ユーザーがアクセスできる課金アカウントを一覧表示します。

listInvoiceSectionsByCreateSubscriptionPermission(string, BillingAccountsListInvoiceSectionsByCreateSubscriptionPermissionOptionalParams)

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

validatePaymentTerms(string, PaymentTerm[], BillingAccountsValidatePaymentTermsOptionalParams)

契約の種類が "Microsoft 顧客契約" で、アカウントの種類が "エンタープライズ" である請求先アカウントの支払条件を検証します。

メソッドの詳細

beginAddPaymentTerms(string, PaymentTerm[], BillingAccountsAddPaymentTermsOptionalParams)

課金アカウントのすべての課金プロファイルに支払条件を追加します。 現在、支払い条件は、契約の種類が "Microsoft 顧客契約" で、AccountType が "エンタープライズ" である請求先アカウントでのみ追加できます。 このアクションには事前承認が必要であり、支払条件の追加が認められるのはフィールド販売者のみであり、セルフサービスアクションではありません。

function beginAddPaymentTerms(billingAccountName: string, parameters: PaymentTerm[], options?: BillingAccountsAddPaymentTermsOptionalParams): Promise<SimplePollerLike<OperationState<BillingAccount>, BillingAccount>>

パラメーター

billingAccountName

string

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

parameters

PaymentTerm[]

支払い期間のプロパティ。

options
BillingAccountsAddPaymentTermsOptionalParams

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

戻り値

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

beginAddPaymentTermsAndWait(string, PaymentTerm[], BillingAccountsAddPaymentTermsOptionalParams)

課金アカウントのすべての課金プロファイルに支払条件を追加します。 現在、支払い条件は、契約の種類が "Microsoft 顧客契約" で、AccountType が "エンタープライズ" である請求先アカウントでのみ追加できます。 このアクションには事前承認が必要であり、支払条件の追加が認められるのはフィールド販売者のみであり、セルフサービスアクションではありません。

function beginAddPaymentTermsAndWait(billingAccountName: string, parameters: PaymentTerm[], options?: BillingAccountsAddPaymentTermsOptionalParams): Promise<BillingAccount>

パラメーター

billingAccountName

string

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

parameters

PaymentTerm[]

支払い期間のプロパティ。

options
BillingAccountsAddPaymentTermsOptionalParams

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

戻り値

Promise<BillingAccount>

beginCancelPaymentTerms(string, Date, BillingAccountsCancelPaymentTermsOptionalParams)

要求のキャンセル日より後の請求先アカウントのすべての支払条件を取り消します。 現時点では、支払い条件の取り消しは管理者のアクションによってのみ提供され、セルフサービス アクションではありません。

function beginCancelPaymentTerms(billingAccountName: string, parameters: Date, options?: BillingAccountsCancelPaymentTermsOptionalParams): Promise<SimplePollerLike<OperationState<BillingAccount>, BillingAccount>>

パラメーター

billingAccountName

string

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

parameters

Date

支払条件を取り消す必要がある日付。

options
BillingAccountsCancelPaymentTermsOptionalParams

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

戻り値

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

beginCancelPaymentTermsAndWait(string, Date, BillingAccountsCancelPaymentTermsOptionalParams)

要求のキャンセル日より後の請求先アカウントのすべての支払条件を取り消します。 現時点では、支払い条件の取り消しは管理者のアクションによってのみ提供され、セルフサービス アクションではありません。

function beginCancelPaymentTermsAndWait(billingAccountName: string, parameters: Date, options?: BillingAccountsCancelPaymentTermsOptionalParams): Promise<BillingAccount>

パラメーター

billingAccountName

string

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

parameters

Date

支払条件を取り消す必要がある日付。

options
BillingAccountsCancelPaymentTermsOptionalParams

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

戻り値

Promise<BillingAccount>

beginUpdate(string, BillingAccountPatch, BillingAccountsUpdateOptionalParams)

課金アカウントのプロパティを更新します。 現在、契約の種類が Microsoft 顧客契約の請求先アカウントの displayName と住所を更新できます。 現在、契約の種類が Microsoft Online Services 契約の請求先アカウントのアドレスと通知メール アドレスを更新できます。 現時点では、契約の種類が Enterprise Agreement の請求先アカウントの発注書番号を編集できます。

function beginUpdate(billingAccountName: string, parameters: BillingAccountPatch, options?: BillingAccountsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BillingAccount>, BillingAccount>>

パラメーター

billingAccountName

string

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

parameters
BillingAccountPatch

課金アカウント。

options
BillingAccountsUpdateOptionalParams

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

戻り値

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

beginUpdateAndWait(string, BillingAccountPatch, BillingAccountsUpdateOptionalParams)

課金アカウントのプロパティを更新します。 現在、契約の種類が Microsoft 顧客契約の請求先アカウントの displayName と住所を更新できます。 現在、契約の種類が Microsoft Online Services 契約の請求先アカウントのアドレスと通知メール アドレスを更新できます。 現時点では、契約の種類が Enterprise Agreement の請求先アカウントの発注書番号を編集できます。

function beginUpdateAndWait(billingAccountName: string, parameters: BillingAccountPatch, options?: BillingAccountsUpdateOptionalParams): Promise<BillingAccount>

パラメーター

billingAccountName

string

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

parameters
BillingAccountPatch

課金アカウント。

options
BillingAccountsUpdateOptionalParams

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

戻り値

Promise<BillingAccount>

confirmTransition(string, BillingAccountsConfirmTransitionOptionalParams)

契約の種類が Microsoft Online Services Program から契約の種類 Microsoft 顧客契約に切り替わった課金アカウントの移行の詳細を取得します。

function confirmTransition(billingAccountName: string, options?: BillingAccountsConfirmTransitionOptionalParams): Promise<TransitionDetails>

パラメーター

billingAccountName

string

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

options
BillingAccountsConfirmTransitionOptionalParams

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

戻り値

get(string, BillingAccountsGetOptionalParams)

課金アカウントを ID で取得します。

function get(billingAccountName: string, options?: BillingAccountsGetOptionalParams): Promise<BillingAccount>

パラメーター

billingAccountName

string

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

options
BillingAccountsGetOptionalParams

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

戻り値

Promise<BillingAccount>

list(BillingAccountsListOptionalParams)

ユーザーがアクセスできる課金アカウントを一覧表示します。

function list(options?: BillingAccountsListOptionalParams): PagedAsyncIterableIterator<BillingAccount, BillingAccount[], PageSettings>

パラメーター

options
BillingAccountsListOptionalParams

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

戻り値

listInvoiceSectionsByCreateSubscriptionPermission(string, BillingAccountsListInvoiceSectionsByCreateSubscriptionPermissionOptionalParams)

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

function listInvoiceSectionsByCreateSubscriptionPermission(billingAccountName: string, options?: BillingAccountsListInvoiceSectionsByCreateSubscriptionPermissionOptionalParams): PagedAsyncIterableIterator<InvoiceSectionWithCreateSubPermission, InvoiceSectionWithCreateSubPermission[], PageSettings>

パラメーター

billingAccountName

string

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

戻り値

validatePaymentTerms(string, PaymentTerm[], BillingAccountsValidatePaymentTermsOptionalParams)

契約の種類が "Microsoft 顧客契約" で、アカウントの種類が "エンタープライズ" である請求先アカウントの支払条件を検証します。

function validatePaymentTerms(billingAccountName: string, parameters: PaymentTerm[], options?: BillingAccountsValidatePaymentTermsOptionalParams): Promise<PaymentTermsEligibilityResult>

パラメーター

billingAccountName

string

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

parameters

PaymentTerm[]

支払い期間のプロパティ。

options
BillingAccountsValidatePaymentTermsOptionalParams

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

戻り値