次の方法で共有


BillingAccount クラス

定義

課金アカウント。

[Microsoft.Rest.Serialization.JsonTransformation]
public class BillingAccount : Microsoft.Azure.Management.Billing.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BillingAccount = class
    inherit Resource
Public Class BillingAccount
Inherits Resource
継承
BillingAccount
属性

コンストラクター

BillingAccount()

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

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

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

プロパティ

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

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

Id

リソース ID を取得します。

(継承元 Resource)
Name

リソース名を取得します。

(継承元 Resource)
SoldTo

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

Type

リソースの種類を取得します。

(継承元 Resource)

メソッド

Validate()

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

適用対象