Partilhar via


BillingSubscription Construtores

Definição

Sobrecargas

BillingSubscription()

Inicializa uma nova instância da classe BillingSubscription.

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

Inicializa uma nova instância da classe BillingSubscription.

BillingSubscription()

Inicializa uma nova instância da classe BillingSubscription.

public BillingSubscription ();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da classe 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)

Parâmetros

id
String

ID do Recurso.

name
String

Nome do recurso.

type
String

Tipo de recurso.

displayName
String

O nome da subscrição.

subscriptionId
Nullable<Guid>

O ID da subscrição.

subscriptionBillingStatus
String

O estado de faturação atual da subscrição. Os valores possíveis incluem: "Ativo", "Inativo", "Abandonado", "Eliminado", "Aviso"

lastMonthCharges
Amount

Os custos do último mês.

monthToDateCharges
Amount

Os custos do mês atual até à data.

billingProfileId
String

O ID do perfil de faturação ao qual a subscrição é faturada.

billingProfileDisplayName
String

O nome do perfil de faturação ao qual a subscrição é faturada.

costCenter
String

O centro de custos aplicado à subscrição.

customerId
String

O ID do cliente para o qual a subscrição foi criada. O campo é aplicável apenas para Contrato de Parceiro da Microsoft conta de faturação.

customerDisplayName
String

O nome do cliente para o qual a subscrição foi criada. O campo é aplicável apenas para Contrato de Parceiro da Microsoft conta de faturação.

invoiceSectionId
String

O ID da secção da fatura à qual a subscrição é faturada.

invoiceSectionDisplayName
String

O nome da secção da fatura à qual a subscrição é faturada.

reseller
Reseller

Revendedor para esta subscrição.

skuId
String

O ID do SKU do plano do Azure para a subscrição.

skuDescription
String

A descrição do SKU do plano do Azure para a subscrição.

Aplica-se a