BillingPropertyOperations interface
BillingProperty操作を表すインターフェース。
プロパティ
| get | サブスクリプションの課金プロパティを取得します。 |
| update | サブスクリプションの課金プロパティを更新します。 現時点では、契約の種類が Microsoft 顧客契約の請求先アカウントのコスト センターを更新できます。サブスクリプション サービスの使用アドレスは、契約の種類が Microsoft Online Service Program の課金アカウントに対して更新できます。 |
プロパティの詳細
get
サブスクリプションの課金プロパティを取得します。
get: (options?: BillingPropertyGetOptionalParams) => Promise<BillingProperty>
プロパティ値
(options?: BillingPropertyGetOptionalParams) => Promise<BillingProperty>
update
サブスクリプションの課金プロパティを更新します。 現時点では、契約の種類が Microsoft 顧客契約の請求先アカウントのコスト センターを更新できます。サブスクリプション サービスの使用アドレスは、契約の種類が Microsoft Online Service Program の課金アカウントに対して更新できます。
update: (parameters: BillingProperty, options?: BillingPropertyUpdateOptionalParams) => Promise<BillingProperty>
プロパティ値
(parameters: BillingProperty, options?: BillingPropertyUpdateOptionalParams) => Promise<BillingProperty>