Partager via


InvoiceSectionWithCreateSubPermission Constructeurs

Définition

Surcharges

InvoiceSectionWithCreateSubPermission()

Initialise une nouvelle instance de la classe InvoiceSectionWithCreateSubPermission.

InvoiceSectionWithCreateSubPermission(String, String, String, String, String, String, String, String, String, IList<AzurePlan>)

Initialise une nouvelle instance de la classe InvoiceSectionWithCreateSubPermission.

InvoiceSectionWithCreateSubPermission()

Initialise une nouvelle instance de la classe InvoiceSectionWithCreateSubPermission.

public InvoiceSectionWithCreateSubPermission ();
Public Sub New ()

S’applique à

InvoiceSectionWithCreateSubPermission(String, String, String, String, String, String, String, String, String, IList<AzurePlan>)

Initialise une nouvelle instance de la 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)

Paramètres

invoiceSectionId
String

ID de la section de facture.

invoiceSectionDisplayName
String

Nom de la section de facture.

invoiceSectionSystemId
String

Le système a généré un identificateur unique pour une section de facture.

billingProfileId
String

ID du profil de facturation de la section facture.

billingProfileDisplayName
String

Nom du profil de facturation de la section de facture.

billingProfileStatus
String

Status du profil de facturation. Les valeurs possibles sont les suivantes : « Active », « Disabled », « Warned »

billingProfileStatusReasonCode
String

Raison du profil de facturation spécifié status. Les valeurs possibles sont les suivantes : 'PastDue', 'SpendingLimitReached', 'SpendingLimitExpired'

billingProfileSpendingLimit
String

Limite de dépense du profil de facturation. Les valeurs possibles sont les suivantes : « Off », « On »

billingProfileSystemId
String

Le système a généré un identificateur unique pour un profil de facturation.

enabledAzurePlans
IList<AzurePlan>

Plans Azure activés pour le profil de facturation associé.

S’applique à