Delen via


InvoiceSectionWithCreateSubPermission Constructors

Definitie

Overloads

InvoiceSectionWithCreateSubPermission()

Initialiseert een nieuw exemplaar van de klasse InvoiceSectionWithCreateSubPermission.

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

Initialiseert een nieuw exemplaar van de klasse InvoiceSectionWithCreateSubPermission.

InvoiceSectionWithCreateSubPermission()

Initialiseert een nieuw exemplaar van de klasse InvoiceSectionWithCreateSubPermission.

public InvoiceSectionWithCreateSubPermission();
Public Sub New ()

Van toepassing op

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

Initialiseert een nieuw exemplaar van de klasse 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)

Parameters

invoiceSectionId
String

De id van de factuursectie.

invoiceSectionDisplayName
String

De naam van de factuursectie.

invoiceSectionSystemId
String

Het systeem heeft een unieke id gegenereerd voor een factuursectie.

billingProfileId
String

De id van het factureringsprofiel voor de factuursectie.

billingProfileDisplayName
String

De naam van het factureringsprofiel voor de factuursectie.

billingProfileStatus
String

De status van het factureringsprofiel. Mogelijke waarden zijn: 'Actief', 'Uitgeschakeld', 'Gewaarschuwd'

billingProfileStatusReasonCode
String

Reden voor de opgegeven status van het factureringsprofiel. Mogelijke waarden zijn: 'PastDue', 'SpendingLimitReached', 'SpendingLimitExpired'

billingProfileSpendingLimit
String

De bestedingslimiet voor het factureringsprofiel. Mogelijke waarden zijn: 'Uit', 'Aan'

billingProfileSystemId
String

Het systeem heeft een unieke id voor een factureringsprofiel gegenereerd.

enabledAzurePlans
IList<AzurePlan>

Azure-abonnementen ingeschakeld voor het gekoppelde factureringsprofiel.

Van toepassing op