共用方式為


BillingProfile 建構函式

定義

多載

BillingProfile()

初始化 BillingProfile 類別的新實例。

BillingProfile(String, String, String, String, String, AddressDetails, Nullable<Boolean>, Nullable<Int32>, String, IList<AzurePlan>, InvoiceSectionsOnExpand, Nullable<Boolean>, String, String, String, String)

初始化 BillingProfile 類別的新實例。

BillingProfile()

初始化 BillingProfile 類別的新實例。

public BillingProfile ();
Public Sub New ()

適用於

BillingProfile(String, String, String, String, String, AddressDetails, Nullable<Boolean>, Nullable<Int32>, String, IList<AzurePlan>, InvoiceSectionsOnExpand, Nullable<Boolean>, String, String, String, String)

初始化 BillingProfile 類別的新實例。

public BillingProfile (string id = default, string name = default, string type = default, string displayName = default, string poNumber = default, Microsoft.Azure.Management.Billing.Models.AddressDetails billTo = default, bool? invoiceEmailOptIn = default, int? invoiceDay = default, string currency = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.AzurePlan> enabledAzurePlans = default, Microsoft.Azure.Management.Billing.Models.InvoiceSectionsOnExpand invoiceSections = default, bool? hasReadAccess = default, string systemId = default, string status = default, string statusReasonCode = default, string spendingLimit = default);
new Microsoft.Azure.Management.Billing.Models.BillingProfile : string * string * string * string * string * Microsoft.Azure.Management.Billing.Models.AddressDetails * Nullable<bool> * Nullable<int> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.AzurePlan> * Microsoft.Azure.Management.Billing.Models.InvoiceSectionsOnExpand * Nullable<bool> * string * string * string * string -> Microsoft.Azure.Management.Billing.Models.BillingProfile
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional displayName As String = Nothing, Optional poNumber As String = Nothing, Optional billTo As AddressDetails = Nothing, Optional invoiceEmailOptIn As Nullable(Of Boolean) = Nothing, Optional invoiceDay As Nullable(Of Integer) = Nothing, Optional currency As String = Nothing, Optional enabledAzurePlans As IList(Of AzurePlan) = Nothing, Optional invoiceSections As InvoiceSectionsOnExpand = Nothing, Optional hasReadAccess As Nullable(Of Boolean) = Nothing, Optional systemId As String = Nothing, Optional status As String = Nothing, Optional statusReasonCode As String = Nothing, Optional spendingLimit As String = Nothing)

參數

id
String

資源識別碼。

name
String

資源名稱。

type
String

資源類型。

displayName
String

帳單設定檔的名稱。

poNumber
String

將出現在帳單設定檔所產生發票上的採購單名稱。

billTo
AddressDetails

帳單位址。

invoiceEmailOptIn
Nullable<Boolean>

旗標,控制是否透過電子郵件傳送帳單設定檔的發票。

invoiceDay
Nullable<Int32>

產生帳單設定檔發票的當月日期。

currency
String

計費設定檔費用的貨幣。

enabledAzurePlans
IList<AzurePlan>

已啟用 Azure 方案的相關資訊。

invoiceSections
InvoiceSectionsOnExpand

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

hasReadAccess
Nullable<Boolean>

指出使用者是否具有帳單設定檔的讀取權限。

systemId
String

系統為帳單設定檔產生唯一識別碼。

status
String

帳單設定檔的狀態。 可能的值包括:'Active'、'Disabled'、'警告'

statusReasonCode
String

指定帳單設定檔狀態的原因。 可能的值包括:'PastDue'、'SpendingLimitReached'、'SpendingLimitExpired'

spendingLimit
String

帳單設定檔消費限制。 可能的值包括:'Off'、'On'

適用於