Compartir a través de


InvoiceSectionWithCreateSubPermission Constructores

Definición

Sobrecargas

InvoiceSectionWithCreateSubPermission()

Inicializa una nueva instancia de la clase InvoiceSectionWithCreateSubPermission.

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

Inicializa una nueva instancia de la clase InvoiceSectionWithCreateSubPermission.

InvoiceSectionWithCreateSubPermission()

Inicializa una nueva instancia de la clase InvoiceSectionWithCreateSubPermission.

public InvoiceSectionWithCreateSubPermission ();
Public Sub New ()

Se aplica a

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

Inicializa una nueva instancia de la clase 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)

Parámetros

invoiceSectionId
String

Identificador de la sección de factura.

invoiceSectionDisplayName
String

Nombre de la sección de factura.

invoiceSectionSystemId
String

Identificador único generado por el sistema para una sección de factura.

billingProfileId
String

Identificador del perfil de facturación de la sección de factura.

billingProfileDisplayName
String

Nombre del perfil de facturación de la sección de factura.

billingProfileStatus
String

Estado del perfil de facturación. Entre los valores posibles se incluyen: "Activo", "Deshabilitado", "Advertencia"

billingProfileStatusReasonCode
String

Motivo del estado del perfil de facturación especificado. Entre los valores posibles se incluyen: "PastDue", "SpendingLimitReached", "SpendingLimitExpired"

billingProfileSpendingLimit
String

Límite de gasto del perfil de facturación. Entre los valores posibles se incluyen: "Off", "On"

billingProfileSystemId
String

El sistema generó un identificador único para un perfil de facturación.

enabledAzurePlans
IList<AzurePlan>

Se han habilitado los planes de Azure para el perfil de facturación asociado.

Se aplica a