BillingProfileCreationRequest コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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のアドレス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET