Partilhar via


BillingProperty Construtores

Definição

Sobrecargas

BillingProperty()

Inicializa uma nova instância da classe BillingProperty.

BillingProperty(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Nullable<Boolean>, String, String, String, String)

Inicializa uma nova instância da classe BillingProperty.

BillingProperty()

Inicializa uma nova instância da classe BillingProperty.

public BillingProperty ();
Public Sub New ()

Aplica-se a

BillingProperty(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Nullable<Boolean>, String, String, String, String)

Inicializa uma nova instância da classe BillingProperty.

public BillingProperty (string id = default, string name = default, string type = default, string accountAdminNotificationEmailAddress = default, string billingTenantId = default, string billingAccountId = default, string billingAccountDisplayName = default, string billingProfileId = default, string billingProfileDisplayName = default, string billingProfileStatus = default, string billingProfileStatusReasonCode = default, string billingProfileSpendingLimit = default, string costCenter = default, string invoiceSectionId = default, string invoiceSectionDisplayName = default, bool? isAccountAdmin = default, string productId = default, string productName = default, string skuId = default, string skuDescription = default);
new Microsoft.Azure.Management.Billing.Models.BillingProperty : string * string * string * string * string * string * string * string * string * string * string * string * string * string * string * Nullable<bool> * string * string * string * string -> Microsoft.Azure.Management.Billing.Models.BillingProperty
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional accountAdminNotificationEmailAddress As String = Nothing, Optional billingTenantId As String = Nothing, Optional billingAccountId As String = Nothing, Optional billingAccountDisplayName 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 costCenter As String = Nothing, Optional invoiceSectionId As String = Nothing, Optional invoiceSectionDisplayName As String = Nothing, Optional isAccountAdmin As Nullable(Of Boolean) = Nothing, Optional productId As String = Nothing, Optional productName As String = 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.

accountAdminNotificationEmailAddress
String

O endereço de e-mail no qual o administrador da conta recebe todas as notificações do Azure.

billingTenantId
String

O ID de inquilino Azure AD da conta de faturação da subscrição.

billingAccountId
String

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

billingAccountDisplayName
String

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

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.

billingProfileStatus
String

O estado do perfil de faturação. Os valores possíveis incluem: "Ativo", "Desativado", "Avisado"

billingProfileStatusReasonCode
String

Motivo para o estado do perfil de faturação especificado. Os valores possíveis incluem: "PastDue", "SpendingLimitReached", "SpendingLimitExpired"

billingProfileSpendingLimit
String

O limite de gastos do perfil de faturação. Os valores possíveis incluem: "Desativado", "Ativado"

costCenter
String

O centro de custos aplicado à subscriçã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.

isAccountAdmin
Nullable<Boolean>

Indica se o utilizador é o administrador da conta.

productId
String

O ID do produto do plano do Azure.

productName
String

O nome do produto do plano do Azure.

skuId
String

O ID de 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