BillingResponseListResult コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
BillingResponseListResult() |
BillingResponseListResult クラスの新しいインスタンスを初期化します。 |
BillingResponseListResult(IList<String>, IList<String>, IList<VmSizeCompatibilityFilterV2>, IList<VmSizeProperty>, IList<BillingResources>) |
BillingResponseListResult クラスの新しいインスタンスを初期化します。 |
BillingResponseListResult()
BillingResponseListResult クラスの新しいインスタンスを初期化します。
public BillingResponseListResult ();
Public Sub New ()
適用対象
BillingResponseListResult(IList<String>, IList<String>, IList<VmSizeCompatibilityFilterV2>, IList<VmSizeProperty>, IList<BillingResources>)
BillingResponseListResult クラスの新しいインスタンスを初期化します。
public BillingResponseListResult (System.Collections.Generic.IList<string> vmSizes = default, System.Collections.Generic.IList<string> vmSizesWithEncryptionAtHost = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.VmSizeCompatibilityFilterV2> vmSizeFilters = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.VmSizeProperty> vmSizeProperties = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.BillingResources> billingResources = default);
new Microsoft.Azure.Management.HDInsight.Models.BillingResponseListResult : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.VmSizeCompatibilityFilterV2> * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.VmSizeProperty> * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.BillingResources> -> Microsoft.Azure.Management.HDInsight.Models.BillingResponseListResult
Public Sub New (Optional vmSizes As IList(Of String) = Nothing, Optional vmSizesWithEncryptionAtHost As IList(Of String) = Nothing, Optional vmSizeFilters As IList(Of VmSizeCompatibilityFilterV2) = Nothing, Optional vmSizeProperties As IList(Of VmSizeProperty) = Nothing, Optional billingResources As IList(Of BillingResources) = Nothing)
パラメーター
- vmSizeFilters
- IList<VmSizeCompatibilityFilterV2>
仮想マシンのフィルター処理モード。 実質的に、これにより、特定のセット内の仮想マシン サイズを有効または無効にすることができます。
- vmSizeProperties
- IList<VmSizeProperty>
VM サイズのプロパティ。
- billingResources
- IList<BillingResources>
リージョンの課金とマネージド ディスクの課金リソース。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET