共用方式為


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

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

方法

Validate()

驗證 物件。

適用於