Partager via


Customer Constructeurs

Définition

Surcharges

Customer()

Initialise une nouvelle instance de la classe Customer.

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

Initialise une nouvelle instance de la classe Customer.

Customer()

Initialise une nouvelle instance de la classe Customer.

public Customer ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la 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)

Paramètres

id
String

ID de ressource.

name
String

Nom de la ressource.

type
String

Type de ressource.

billingProfileId
String

ID du profil de facturation de la section facture.

billingProfileDisplayName
String

Nom du profil de facturation de la section de facture.

displayName
String

Nom du client.

enabledAzurePlans
IList<AzurePlan>

Plans Azure activés pour le client.

resellers
IList<Reseller>

Liste des revendeurs pour lesquels un plan Azure est activé pour le client.

S’applique à