다음을 통해 공유


Customer 생성자

정의

오버로드

Customer()

Customer 클래스의 새 instance 초기화합니다.

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

Customer 클래스의 새 instance 초기화합니다.

Customer()

Customer 클래스의 새 instance 초기화합니다.

public Customer ();
Public Sub New ()

적용 대상

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

Customer 클래스의 새 instance 초기화합니다.

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 플랜을 사용할 수 있는 재판매인 목록입니다.

적용 대상