다음을 통해 공유


Customer 클래스

정의

파트너의 고객입니다.

[Microsoft.Rest.Serialization.JsonTransformation]
public class Customer : Microsoft.Azure.Management.Billing.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Customer = class
    inherit Resource
Public Class Customer
Inherits Resource
상속
Customer
특성

생성자

Customer()

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

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

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

속성

BillingProfileDisplayName

청구서 섹션에 대한 청구 프로필의 이름을 가져옵니다.

BillingProfileId

청구서 섹션에 대한 청구 프로필의 ID를 가져옵니다.

DisplayName

고객의 이름을 가져오거나 설정합니다.

EnabledAzurePlans

고객에 대해 사용하도록 설정된 Azure 플랜을 가져오거나 설정합니다.

Id

리소스 ID를 가져옵니다.

(다음에서 상속됨 Resource)
Name

리소스 이름을 가져옵니다.

(다음에서 상속됨 Resource)
Resellers

고객에 대해 Azure 플랜이 사용하도록 설정된 재판매인 목록을 가져오거나 설정합니다.

Type

리소스 종류를 가져옵니다.

(다음에서 상속됨 Resource)

적용 대상