共用方式為


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

建立訂用帳戶的客戶識別碼。 欄位僅適用于Microsoft 合作夥伴合約計費帳戶。

customerDisplayName
String

建立訂用帳戶的客戶名稱。 欄位僅適用于Microsoft 合作夥伴合約計費帳戶。

invoiceSectionId
String

訂用帳戶計費的發票區段識別碼。

invoiceSectionDisplayName
String

訂用帳戶計費的發票區段名稱。

reseller
Reseller

此訂用帳戶的轉銷商。

skuId
String

訂用帳戶之 Azure 方案的 SKU 識別碼。

skuDescription
String

訂用帳戶之 Azure 方案的 SKU 描述。

適用於