Customer Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.
A lista de revendedores para os quais um plano do Azure está habilitado para o cliente.
Aplica-se a
Azure SDK for .NET