Поделиться через


InvoiceSectionWithCreateSubPermission Конструкторы

Определение

Перегрузки

InvoiceSectionWithCreateSubPermission()

Инициализирует новый экземпляр класса InvoiceSectionWithCreateSubPermission.

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

Инициализирует новый экземпляр класса InvoiceSectionWithCreateSubPermission.

InvoiceSectionWithCreateSubPermission()

Инициализирует новый экземпляр класса InvoiceSectionWithCreateSubPermission.

public InvoiceSectionWithCreateSubPermission();
Public Sub New ()

Применяется к

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

Инициализирует новый экземпляр класса 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)

Параметры

invoiceSectionId
String

Идентификатор раздела счета.

invoiceSectionDisplayName
String

Имя раздела счета.

invoiceSectionSystemId
String

Система сгенерировала уникальный идентификатор для раздела счета.

billingProfileId
String

Идентификатор профиля выставления счетов для раздела счета.

billingProfileDisplayName
String

Имя профиля выставления счетов для раздела счета.

billingProfileStatus
String

Состояние профиля выставления счетов. Возможные значения: "Active", "Disabled", "Warned"

billingProfileStatusReasonCode
String

Причина указанного состояния профиля выставления счетов. Возможные значения: "PastDue", "SpendingLimitReached", "SpendingLimitExpired"

billingProfileSpendingLimit
String

Предельная сумма расходов на профиль выставления счетов. Возможные значения: "Off", "On"

billingProfileSystemId
String

Система сгенерировала уникальный идентификатор для профиля выставления счетов.

enabledAzurePlans
IList<AzurePlan>

Включены планы Azure для связанного профиля выставления счетов.

Применяется к