你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Customer 构造函数

定义

重载

Customer()

初始化 Customer 类的新实例。

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

初始化 Customer 类的新实例。

Customer()

初始化 Customer 类的新实例。

public Customer ();
Public Sub New ()

适用于

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

初始化 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)

参数

id
String

资源 ID。

name
String

资源名称。

type
String

资源类型。

billingProfileId
String

发票科目的计费配置文件的 ID。

billingProfileDisplayName
String

发票科目的计费对象信息的名称。

displayName
String

客户的名称。

enabledAzurePlans
IList<AzurePlan>

为客户启用 Azure 计划。

resellers
IList<Reseller>

为其为客户启用了 Azure 计划的经销商列表。

适用于