次の方法で共有


QuotaInfo コンストラクター

定義

オーバーロード

QuotaInfo()

QuotaInfo クラスの新しいインスタンスを初期化します。

QuotaInfo(Nullable<Int32>)

QuotaInfo クラスの新しいインスタンスを初期化します。

QuotaInfo()

QuotaInfo クラスの新しいインスタンスを初期化します。

public QuotaInfo ();
Public Sub New ()

適用対象

QuotaInfo(Nullable<Int32>)

QuotaInfo クラスの新しいインスタンスを初期化します。

public QuotaInfo (int? coresUsed = default);
new Microsoft.Azure.Management.HDInsight.Models.QuotaInfo : Nullable<int> -> Microsoft.Azure.Management.HDInsight.Models.QuotaInfo
Public Sub New (Optional coresUsed As Nullable(Of Integer) = Nothing)

パラメーター

coresUsed
Nullable<Int32>

クラスターで使用されるコア。

適用対象