InvoiceSectionWithCreateSubPermission 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
InvoiceSectionWithCreateSubPermission() |
初始化 InvoiceSectionWithCreateSubPermission 類別的新實例。 |
InvoiceSectionWithCreateSubPermission(String, String, String, String, String, String, String, String, String, IList<AzurePlan>) |
初始化 InvoiceSectionWithCreateSubPermission 類別的新實例。 |
InvoiceSectionWithCreateSubPermission()
初始化 InvoiceSectionWithCreateSubPermission 類別的新實例。
public InvoiceSectionWithCreateSubPermission ();
Public Sub New ()
適用於
InvoiceSectionWithCreateSubPermission(String, String, String, String, String, String, String, String, String, IList<AzurePlan>)
初始化 InvoiceSectionWithCreateSubPermission 類別的新實例。
public InvoiceSectionWithCreateSubPermission (string invoiceSectionId = default, string invoiceSectionDisplayName = default, string invoiceSectionSystemId = default, string billingProfileId = default, string billingProfileDisplayName = default, string billingProfileStatus = default, string billingProfileStatusReasonCode = default, string billingProfileSpendingLimit = default, string billingProfileSystemId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.AzurePlan> enabledAzurePlans = default);
new Microsoft.Azure.Management.Billing.Models.InvoiceSectionWithCreateSubPermission : string * string * string * string * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.AzurePlan> -> Microsoft.Azure.Management.Billing.Models.InvoiceSectionWithCreateSubPermission
Public Sub New (Optional invoiceSectionId As String = Nothing, Optional invoiceSectionDisplayName As String = Nothing, Optional invoiceSectionSystemId As String = Nothing, Optional billingProfileId As String = Nothing, Optional billingProfileDisplayName As String = Nothing, Optional billingProfileStatus As String = Nothing, Optional billingProfileStatusReasonCode As String = Nothing, Optional billingProfileSpendingLimit As String = Nothing, Optional billingProfileSystemId As String = Nothing, Optional enabledAzurePlans As IList(Of AzurePlan) = Nothing)
參數
- invoiceSectionId
- String
發票區段的識別碼。
- invoiceSectionDisplayName
- String
發票區段的名稱。
- invoiceSectionSystemId
- String
系統為發票區段產生唯一識別碼。
- billingProfileId
- String
發票區段的帳單設定檔識別碼。
- billingProfileDisplayName
- String
發票區段的帳單設定檔名稱。
- billingProfileStatus
- String
帳單設定檔的狀態。 可能的值包括:'Active'、'Disabled'、'Warned'
- billingProfileStatusReasonCode
- String
指定帳單設定檔狀態的原因。 可能的值包括:'PastDue'、'SpendingLimitReached'、'SpendingLimitExpired'
- billingProfileSpendingLimit
- String
帳單設定檔消費限制。 可能的值包括:'Off'、'On'
- billingProfileSystemId
- String
系統產生帳單設定檔的唯一識別碼。