共用方式為


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

取得資源識別碼。

(繼承來源 Resource)
Name

取得資源名稱。

(繼承來源 Resource)
SoldTo

取得或設定負責計費帳戶之個別或組織的位址。

Type

取得資源類型。

(繼承來源 Resource)

方法

Validate()

驗證 物件。

適用於