Dela via


InvoiceSectionWithCreateSubPermission Konstruktorer

Definition

Överlagringar

InvoiceSectionWithCreateSubPermission()

Initierar en ny instans av klassen InvoiceSectionWithCreateSubPermission.

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

Initierar en ny instans av klassen InvoiceSectionWithCreateSubPermission.

InvoiceSectionWithCreateSubPermission()

Initierar en ny instans av klassen InvoiceSectionWithCreateSubPermission.

public InvoiceSectionWithCreateSubPermission ();
Public Sub New ()

Gäller för

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

Initierar en ny instans av klassen 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)

Parametrar

invoiceSectionId
String

ID för fakturaavsnittet.

invoiceSectionDisplayName
String

Namnet på fakturaavsnittet.

invoiceSectionSystemId
String

Systemet genererade unik identifierare för ett fakturaavsnitt.

billingProfileId
String

ID för faktureringsprofilen för fakturaavsnittet.

billingProfileDisplayName
String

Namnet på faktureringsprofilen för fakturaavsnittet.

billingProfileStatus
String

Status för faktureringsprofilen. Möjliga värden är: "Aktiv", "Inaktiverad", "Varnad"

billingProfileStatusReasonCode
String

Orsak till den angivna statusen för faktureringsprofilen. Möjliga värden är: "PastDue", "SpendingLimitReached", "SpendingLimitExpired"

billingProfileSpendingLimit
String

Utgiftsgränsen för faktureringsprofilen. Möjliga värden är: "Av", "På"

billingProfileSystemId
String

Systemet genererade unik identifierare för en faktureringsprofil.

enabledAzurePlans
IList<AzurePlan>

Aktiverade Azure-planer för den associerade faktureringsprofilen.

Gäller för