다음을 통해 공유


BillingProfileCreationRequest 생성자

정의

오버로드

BillingProfileCreationRequest()

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

BillingProfileCreationRequest(String, String, AddressDetails, Nullable<Boolean>, IList<AzurePlan>)

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

BillingProfileCreationRequest()

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

public BillingProfileCreationRequest ();
Public Sub New ()

적용 대상

BillingProfileCreationRequest(String, String, AddressDetails, Nullable<Boolean>, IList<AzurePlan>)

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

public BillingProfileCreationRequest (string displayName = default, string poNumber = default, Microsoft.Azure.Management.Billing.Models.AddressDetails billTo = default, bool? invoiceEmailOptIn = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.AzurePlan> enabledAzurePlans = default);
new Microsoft.Azure.Management.Billing.Models.BillingProfileCreationRequest : string * string * Microsoft.Azure.Management.Billing.Models.AddressDetails * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.AzurePlan> -> Microsoft.Azure.Management.Billing.Models.BillingProfileCreationRequest
Public Sub New (Optional displayName As String = Nothing, Optional poNumber As String = Nothing, Optional billTo As AddressDetails = Nothing, Optional invoiceEmailOptIn As Nullable(Of Boolean) = Nothing, Optional enabledAzurePlans As IList(Of AzurePlan) = Nothing)

매개 변수

displayName
String

청구 프로필의 이름입니다.

poNumber
String

청구 프로필에 대해 생성된 청구서에 표시되는 구매 주문 이름입니다.

billTo
AddressDetails

청구 프로필을 담당하는 개인 또는 organization 주소입니다.

invoiceEmailOptIn
Nullable<Boolean>

청구 프로필에 대한 청구서가 이메일을 통해 전송되는지 여부를 제어하는 플래그입니다.

enabledAzurePlans
IList<AzurePlan>

청구 프로필에 대해 azure 플랜을 사용하도록 설정했습니다.

적용 대상