InvoiceSectionWithCreateSubPermission Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
InvoiceSectionWithCreateSubPermission() |
Inicializa uma nova instância da classe InvoiceSectionWithCreateSubPermission. |
InvoiceSectionWithCreateSubPermission(String, String, String, String, String, String, String, String, String, IList<AzurePlan>) |
Inicializa uma nova instância da classe InvoiceSectionWithCreateSubPermission. |
InvoiceSectionWithCreateSubPermission()
Inicializa uma nova instância da classe InvoiceSectionWithCreateSubPermission.
public InvoiceSectionWithCreateSubPermission();
Public Sub New ()
Aplica-se a
InvoiceSectionWithCreateSubPermission(String, String, String, String, String, String, String, String, String, IList<AzurePlan>)
Inicializa uma nova instância da 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)
Parâmetros
- invoiceSectionId
- String
A ID da seção da fatura.
- invoiceSectionDisplayName
- String
O nome da seção da fatura.
- invoiceSectionSystemId
- String
O identificador exclusivo gerado pelo sistema para uma seção de fatura.
- billingProfileId
- String
A ID do perfil de cobrança da seção da fatura.
- billingProfileDisplayName
- String
O nome do perfil de cobrança da seção da fatura.
- billingProfileStatus
- String
O status do perfil de cobrança. Os valores possíveis incluem: 'Active', 'Disabled', 'Warned'
- billingProfileStatusReasonCode
- String
Motivo para o perfil de cobrança especificado status. Os valores possíveis incluem: 'PastDue', 'SpendingLimitReached', 'SpendingLimitExpired'
- billingProfileSpendingLimit
- String
O limite de gastos do perfil de cobrança. Os valores possíveis incluem: 'Off', 'On'
- billingProfileSystemId
- String
O identificador exclusivo gerado pelo sistema para um perfil de cobrança.
Aplica-se a
Azure SDK for .NET