InvoiceSectionWithCreateSubPermission Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
InvoiceSectionWithCreateSubPermission() |
Inizializza una nuova istanza della classe InvoiceSectionWithCreateSubPermission. |
InvoiceSectionWithCreateSubPermission(String, String, String, String, String, String, String, String, String, IList<AzurePlan>) |
Inizializza una nuova istanza della classe InvoiceSectionWithCreateSubPermission. |
InvoiceSectionWithCreateSubPermission()
Inizializza una nuova istanza della classe InvoiceSectionWithCreateSubPermission.
public InvoiceSectionWithCreateSubPermission ();
Public Sub New ()
Si applica a
InvoiceSectionWithCreateSubPermission(String, String, String, String, String, String, String, String, String, IList<AzurePlan>)
Inizializza una nuova istanza della classe 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)
Parametri
- invoiceSectionId
- String
ID della sezione della fattura.
- invoiceSectionDisplayName
- String
Nome della sezione della fattura.
- invoiceSectionSystemId
- String
Identificatore univoco generato dal sistema per una sezione della fattura.
- billingProfileId
- String
ID del profilo di fatturazione per la sezione della fattura.
- billingProfileDisplayName
- String
Nome del profilo di fatturazione per la sezione della fattura.
- billingProfileStatus
- String
Stato del profilo di fatturazione. I valori possibili includono: 'Active', 'Disabled', 'Warned'
- billingProfileStatusReasonCode
- String
Motivo dello stato del profilo di fatturazione specificato. I valori possibili includono: 'PastDue', 'SpendingLimitReached', 'SpendingLimitExpired'
- billingProfileSpendingLimit
- String
Limite di spesa del profilo di fatturazione. I valori possibili includono: 'Off', 'On'
- billingProfileSystemId
- String
Identificatore univoco generato dal sistema per un profilo di fatturazione.
Sono stati abilitati i piani di Azure per il profilo di fatturazione associato.