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


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

Определение

Перегрузки

BillingSubscription()

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

BillingSubscription(String, String, String, String, Nullable<Guid>, String, Amount, Amount, String, String, String, String, String, String, String, Reseller, String, String)

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

BillingSubscription()

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

public BillingSubscription ();
Public Sub New ()

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

BillingSubscription(String, String, String, String, Nullable<Guid>, String, Amount, Amount, String, String, String, String, String, String, String, Reseller, String, String)

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

public BillingSubscription (string id = default, string name = default, string type = default, string displayName = default, Guid? subscriptionId = default, string subscriptionBillingStatus = default, Microsoft.Azure.Management.Billing.Models.Amount lastMonthCharges = default, Microsoft.Azure.Management.Billing.Models.Amount monthToDateCharges = default, string billingProfileId = default, string billingProfileDisplayName = default, string costCenter = default, string customerId = default, string customerDisplayName = default, string invoiceSectionId = default, string invoiceSectionDisplayName = default, Microsoft.Azure.Management.Billing.Models.Reseller reseller = default, string skuId = default, string skuDescription = default);
new Microsoft.Azure.Management.Billing.Models.BillingSubscription : string * string * string * string * Nullable<Guid> * string * Microsoft.Azure.Management.Billing.Models.Amount * Microsoft.Azure.Management.Billing.Models.Amount * string * string * string * string * string * string * string * Microsoft.Azure.Management.Billing.Models.Reseller * string * string -> Microsoft.Azure.Management.Billing.Models.BillingSubscription
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional displayName As String = Nothing, Optional subscriptionId As Nullable(Of Guid) = Nothing, Optional subscriptionBillingStatus As String = Nothing, Optional lastMonthCharges As Amount = Nothing, Optional monthToDateCharges As Amount = Nothing, Optional billingProfileId As String = Nothing, Optional billingProfileDisplayName As String = Nothing, Optional costCenter As String = Nothing, Optional customerId As String = Nothing, Optional customerDisplayName As String = Nothing, Optional invoiceSectionId As String = Nothing, Optional invoiceSectionDisplayName As String = Nothing, Optional reseller As Reseller = Nothing, Optional skuId As String = Nothing, Optional skuDescription As String = Nothing)

Параметры

id
String

Идентификатор ресурса.

name
String

Имя ресурса.

type
String

Тип ресурса.

displayName
String

Имя подписки.

subscriptionId
Nullable<Guid>

Идентификатор подписки.

subscriptionBillingStatus
String

Текущее состояние выставления счетов для подписки. Возможные значения: "Active", "Inactive", "Abandoned", "Deleted", "Warning"

lastMonthCharges
Amount

Расходы за последний месяц.

monthToDateCharges
Amount

Текущие платежи за текущий месяц.

billingProfileId
String

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

billingProfileDisplayName
String

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

costCenter
String

Центр затрат, применяемый к подписке.

customerId
String

Идентификатор клиента, для которого была создана подписка. Поле применимо только к учетной записи выставления счетов Соглашение с партнером Майкрософт.

customerDisplayName
String

Имя клиента, для которого была создана подписка. Поле применимо только к учетной записи выставления счетов Соглашение с партнером Майкрософт.

invoiceSectionId
String

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

invoiceSectionDisplayName
String

Имя раздела счета, в котором выставляется счет за подписку.

reseller
Reseller

Торговый посредник для этой подписки.

skuId
String

Идентификатор SKU плана Azure для подписки.

skuDescription
String

Описание SKU плана Azure для подписки.

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