Sdílet prostřednictvím


Customer Konstruktory

Definice

Přetížení

Customer()

Inicializuje novou instanci třídy Customer.

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

Inicializuje novou instanci třídy Customer.

Customer()

Inicializuje novou instanci třídy Customer.

public Customer();
Public Sub New ()

Platí pro

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

Inicializuje novou instanci třídy 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)

Parametry

id
String

ID prostředku.

name
String

Název prostředku.

type
String

Typ prostředku.

billingProfileId
String

ID fakturačního profilu pro oddíl faktury.

billingProfileDisplayName
String

Název fakturačního profilu pro oddíl faktury.

displayName
String

Jméno zákazníka.

enabledAzurePlans
IList<AzurePlan>

Plány Azure jsou pro zákazníka povolené.

resellers
IList<Reseller>

Seznam prodejců, pro které je pro zákazníka povolený plán Azure.

Platí pro