次の方法で共有


BillingResponseListResult コンストラクター

定義

オーバーロード

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)

パラメーター

vmSizes
IList<String>

含めるまたは除外する仮想マシンのサイズ。

vmSizesWithEncryptionAtHost
IList<String>

ホストでの暗号化を有効にする VM サイズ。

vmSizeFilters
IList<VmSizeCompatibilityFilterV2>

仮想マシンのフィルター処理モード。 実質的に、これにより、特定のセット内の仮想マシン サイズを有効または無効にすることができます。

vmSizeProperties
IList<VmSizeProperty>

VM サイズのプロパティ。

billingResources
IList<BillingResources>

リージョンの課金とマネージド ディスクの課金リソース。

適用対象