共用方式為


BillingAccountUpdateRequest 建構函式

定義

多載

BillingAccountUpdateRequest()

初始化 BillingAccountUpdateRequest 類別的新實例。

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

初始化 BillingAccountUpdateRequest 類別的新實例。

BillingAccountUpdateRequest()

初始化 BillingAccountUpdateRequest 類別的新實例。

public BillingAccountUpdateRequest ();
Public Sub New ()

適用於

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

初始化 BillingAccountUpdateRequest 類別的新實例。

public BillingAccountUpdateRequest (string displayName = default, Microsoft.Azure.Management.Billing.Models.AddressDetails soldTo = default, string agreementType = default, string accountType = default, string accountStatus = default, Microsoft.Azure.Management.Billing.Models.BillingProfilesOnExpand billingProfiles = default, Microsoft.Azure.Management.Billing.Models.Enrollment enrollmentDetails = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.Department> departments = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.EnrollmentAccount> enrollmentAccounts = default, bool? hasReadAccess = default);
new Microsoft.Azure.Management.Billing.Models.BillingAccountUpdateRequest : string * Microsoft.Azure.Management.Billing.Models.AddressDetails * string * string * string * Microsoft.Azure.Management.Billing.Models.BillingProfilesOnExpand * Microsoft.Azure.Management.Billing.Models.Enrollment * System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.Department> * System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.EnrollmentAccount> * Nullable<bool> -> Microsoft.Azure.Management.Billing.Models.BillingAccountUpdateRequest
Public Sub New (Optional displayName As String = Nothing, Optional soldTo As AddressDetails = Nothing, Optional agreementType As String = Nothing, Optional accountType As String = Nothing, Optional accountStatus As String = Nothing, Optional billingProfiles As BillingProfilesOnExpand = Nothing, Optional enrollmentDetails As Enrollment = Nothing, Optional departments As IList(Of Department) = Nothing, Optional enrollmentAccounts As IList(Of EnrollmentAccount) = Nothing, Optional hasReadAccess As Nullable(Of Boolean) = Nothing)

參數

displayName
String

計費帳戶名稱。

soldTo
AddressDetails

負責計費帳戶的個人或組織的位址。

agreementType
String

合約的類型。 可能的值包括:'MicrosoftCustomerAgreement'、'EnterpriseAgreement'、'MicrosoftOnlineServicesProgram'、'MicrosoftPartnerAgreement'

accountType
String

客戶的類型。 可能的值包括:'Enterprise'、'Individual'、'Partner'

accountStatus
String

計費帳戶的目前狀態。 可能的值包括:'Active'、'Deleted'、'Disabled'、'Expired'、'Transferred'、'Extended'、'Terminated'

billingProfiles
BillingProfilesOnExpand

與計費帳戶相關聯的帳單設定檔。 根據預設,除非在 $expand 中指定,否則不會填入此專案。

enrollmentDetails
Enrollment

相關聯舊版註冊的詳細資料。 根據預設,除非在 $expand 中指定,否則不會填入此專案。

departments
IList<Department>

與註冊相關聯的部門。

enrollmentAccounts
IList<EnrollmentAccount>

與註冊相關聯的帳戶。

hasReadAccess
Nullable<Boolean>

指出使用者是否具有計費帳戶的讀取權限。

適用於