共用方式為


BillingProfileCreationRequest 建構函式

定義

多載

BillingProfileCreationRequest()

初始化 BillingProfileCreationRequest 類別的新實例。

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

初始化 BillingProfileCreationRequest 類別的新實例。

BillingProfileCreationRequest()

初始化 BillingProfileCreationRequest 類別的新實例。

public BillingProfileCreationRequest ();
Public Sub New ()

適用於

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

初始化 BillingProfileCreationRequest 類別的新實例。

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

負責帳單設定檔的個別或組織位址。

invoiceEmailOptIn
Nullable<Boolean>

旗標,控制帳單設定檔的發票是否透過電子郵件傳送。

enabledAzurePlans
IList<AzurePlan>

已啟用計費設定檔的 Azure 方案。

適用於