次の方法で共有


BillingAccountUpdateRequest クラス

定義

更新可能な課金アカウントの要求プロパティ。

[Microsoft.Rest.Serialization.JsonTransformation]
public class BillingAccountUpdateRequest
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BillingAccountUpdateRequest = class
Public Class BillingAccountUpdateRequest
継承
BillingAccountUpdateRequest
属性

コンストラクター

BillingAccountUpdateRequest()

BillingAccountUpdateRequest クラスの新しいインスタンスを初期化します。

BillingAccountUpdateRequest(String, AddressDetails, String, String, String, BillingProfilesOnExpand, Enrollment, IList<Department>, IList<EnrollmentAccount>, Nullable<Boolean>)

BillingAccountUpdateRequest クラスの新しいインスタンスを初期化します。

プロパティ

AccountStatus

課金アカウントの現在の状態を取得します。 有効な値には、'Active'、'Deleted'、'Disabled'、'Expired'、'Transferred'、'Extended'、'Terminated' などがあります。

AccountType

顧客の種類を取得します。 使用できる値は、'Enterprise'、'Individual'、'Partner' です。

AgreementType

契約の種類を取得します。 使用できる値は、'MicrosoftCustomerAgreement'、'EnterpriseAgreement'、'MicrosoftOnlineServicesProgram'、'MicrosoftPartnerAgreement' です。

BillingProfiles

課金アカウントに関連付けられている課金プロファイルを取得または設定します。 既定では、$expandで指定されていない限り、この値は設定されません。

Departments

登録に関連付けられている部門を取得または設定します。

DisplayName

課金アカウント名を取得または設定します。

EnrollmentAccounts

登録に関連付けられているアカウントを取得または設定します。

EnrollmentDetails

関連付けられているレガシ登録に関する詳細を取得します。 既定では、$expandで指定されていない限り、この値は設定されません。

HasReadAccess

取得は、ユーザーが課金アカウントへの読み取りアクセス権を持っているかどうかを示します。

SoldTo

課金アカウントを担当する個人またはorganizationのアドレスを取得または設定します。

メソッド

Validate()

オブジェクトを検証します。

適用対象