次の方法で共有


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

課金プロファイルを担当する個人またはorganizationのアドレス。

invoiceEmailOptIn
Nullable<Boolean>

課金プロファイルの請求書を電子メールで送信するかどうかを制御するフラグ。

enabledAzurePlans
IList<AzurePlan>

課金プロファイルに対して Azure プランを有効にしました。

適用対象