BillingAccounts interface
BillingAccounts を表すインターフェイス。
メソッド
| begin |
課金アカウントのすべての課金プロファイルに支払条件を追加します。 現在、支払い条件は、契約の種類が "Microsoft 顧客契約" で、AccountType が "エンタープライズ" である請求先アカウントでのみ追加できます。 このアクションには事前承認が必要であり、支払条件の追加が認められるのはフィールド販売者のみであり、セルフサービスアクションではありません。 |
| begin |
課金アカウントのすべての課金プロファイルに支払条件を追加します。 現在、支払い条件は、契約の種類が "Microsoft 顧客契約" で、AccountType が "エンタープライズ" である請求先アカウントでのみ追加できます。 このアクションには事前承認が必要であり、支払条件の追加が認められるのはフィールド販売者のみであり、セルフサービスアクションではありません。 |
| begin |
要求のキャンセル日より後の請求先アカウントのすべての支払条件を取り消します。 現時点では、支払い条件の取り消しは管理者のアクションによってのみ提供され、セルフサービス アクションではありません。 |
| begin |
要求のキャンセル日より後の請求先アカウントのすべての支払条件を取り消します。 現時点では、支払い条件の取り消しは管理者のアクションによってのみ提供され、セルフサービス アクションではありません。 |
| begin |
課金アカウントのプロパティを更新します。 現在、契約の種類が Microsoft 顧客契約の請求先アカウントの displayName と住所を更新できます。 現在、契約の種類が Microsoft Online Services 契約の請求先アカウントのアドレスと通知メール アドレスを更新できます。 現時点では、契約の種類が Enterprise Agreement の請求先アカウントの発注書番号を編集できます。 |
| begin |
課金アカウントのプロパティを更新します。 現在、契約の種類が Microsoft 顧客契約の請求先アカウントの displayName と住所を更新できます。 現在、契約の種類が Microsoft Online Services 契約の請求先アカウントのアドレスと通知メール アドレスを更新できます。 現時点では、契約の種類が Enterprise Agreement の請求先アカウントの発注書番号を編集できます。 |
| confirm |
契約の種類が Microsoft Online Services Program から契約の種類 Microsoft 顧客契約に切り替わった課金アカウントの移行の詳細を取得します。 |
| get(string, Billing |
課金アカウントを ID で取得します。 |
| list(Billing |
ユーザーがアクセスできる課金アカウントを一覧表示します。 |
| list |
ユーザーが Azure サブスクリプションを作成するアクセス許可を持っている請求書セクションを一覧表示します。 この操作は、契約の種類が Microsoft 顧客契約の請求先アカウントでのみサポートされます。 |
| validate |
契約の種類が "Microsoft 顧客契約" で、アカウントの種類が "エンタープライズ" である請求先アカウントの支払条件を検証します。 |
メソッドの詳細
beginAddPaymentTerms(string, PaymentTerm[], BillingAccountsAddPaymentTermsOptionalParams)
課金アカウントのすべての課金プロファイルに支払条件を追加します。 現在、支払い条件は、契約の種類が "Microsoft 顧客契約" で、AccountType が "エンタープライズ" である請求先アカウントでのみ追加できます。 このアクションには事前承認が必要であり、支払条件の追加が認められるのはフィールド販売者のみであり、セルフサービスアクションではありません。
function beginAddPaymentTerms(billingAccountName: string, parameters: PaymentTerm[], options?: BillingAccountsAddPaymentTermsOptionalParams): Promise<SimplePollerLike<OperationState<BillingAccount>, BillingAccount>>
パラメーター
- billingAccountName
-
string
課金アカウントを一意に識別する ID。
- parameters
支払い期間のプロパティ。
オプション パラメーター。
戻り値
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
支払い期間のプロパティ。
オプション パラメーター。
戻り値
Promise<BillingAccount>
beginCancelPaymentTerms(string, Date, BillingAccountsCancelPaymentTermsOptionalParams)
要求のキャンセル日より後の請求先アカウントのすべての支払条件を取り消します。 現時点では、支払い条件の取り消しは管理者のアクションによってのみ提供され、セルフサービス アクションではありません。
function beginCancelPaymentTerms(billingAccountName: string, parameters: Date, options?: BillingAccountsCancelPaymentTermsOptionalParams): Promise<SimplePollerLike<OperationState<BillingAccount>, BillingAccount>>
パラメーター
- billingAccountName
-
string
課金アカウントを一意に識別する ID。
- parameters
-
Date
支払条件を取り消す必要がある日付。
オプション パラメーター。
戻り値
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
支払条件を取り消す必要がある日付。
オプション パラメーター。
戻り値
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
課金アカウント。
オプション パラメーター。
戻り値
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
課金アカウント。
オプション パラメーター。
戻り値
Promise<BillingAccount>
confirmTransition(string, BillingAccountsConfirmTransitionOptionalParams)
契約の種類が Microsoft Online Services Program から契約の種類 Microsoft 顧客契約に切り替わった課金アカウントの移行の詳細を取得します。
function confirmTransition(billingAccountName: string, options?: BillingAccountsConfirmTransitionOptionalParams): Promise<TransitionDetails>
パラメーター
- billingAccountName
-
string
課金アカウントを一意に識別する ID。
オプション パラメーター。
戻り値
Promise<TransitionDetails>
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>
パラメーター
オプション パラメーター。
戻り値
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
支払い期間のプロパティ。
オプション パラメーター。
戻り値
Promise<PaymentTermsEligibilityResult>