Compartilhar via


Customer Construtores

Definição

Sobrecargas

Customer()

Inicializa uma nova instância da classe Customer.

Customer(String, String, String, String, String, String, IList<AzurePlan>, IList<Reseller>)

Inicializa uma nova instância da classe Customer.

Customer()

Inicializa uma nova instância da classe Customer.

public Customer ();
Public Sub New ()

Aplica-se a

Customer(String, String, String, String, String, String, IList<AzurePlan>, IList<Reseller>)

Inicializa uma nova instância da classe Customer.

public Customer (string id = default, string name = default, string type = default, string billingProfileId = default, string billingProfileDisplayName = default, string displayName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.AzurePlan> enabledAzurePlans = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.Reseller> resellers = default);
new Microsoft.Azure.Management.Billing.Models.Customer : string * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.AzurePlan> * System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.Reseller> -> Microsoft.Azure.Management.Billing.Models.Customer
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional billingProfileId As String = Nothing, Optional billingProfileDisplayName As String = Nothing, Optional displayName As String = Nothing, Optional enabledAzurePlans As IList(Of AzurePlan) = Nothing, Optional resellers As IList(Of Reseller) = Nothing)

Parâmetros

id
String

ID do recurso.

name
String

Nome do recurso.

type
String

Tipo de recurso.

billingProfileId
String

A ID do perfil de cobrança da seção da fatura.

billingProfileDisplayName
String

O nome do perfil de cobrança da seção da fatura.

displayName
String

O nome do cliente.

enabledAzurePlans
IList<AzurePlan>

Planos do Azure habilitados para o cliente.

resellers
IList<Reseller>

A lista de revendedores para os quais um plano do Azure está habilitado para o cliente.

Aplica-se a