次の方法で共有


AutoScaleProperties コンストラクター

定義

オーバーロード

AutoScaleProperties()

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

AutoScaleProperties(Nullable<Int32>, Nullable<Boolean>, Nullable<Int32>)

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

AutoScaleProperties()

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

public AutoScaleProperties ();
Public Sub New ()

適用対象

AutoScaleProperties(Nullable<Int32>, Nullable<Boolean>, Nullable<Int32>)

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

public AutoScaleProperties (int? minNodeCount = default, bool? enabled = default, int? maxNodeCount = default);
new Microsoft.Azure.Management.Synapse.Models.AutoScaleProperties : Nullable<int> * Nullable<bool> * Nullable<int> -> Microsoft.Azure.Management.Synapse.Models.AutoScaleProperties
Public Sub New (Optional minNodeCount As Nullable(Of Integer) = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing, Optional maxNodeCount As Nullable(Of Integer) = Nothing)

パラメーター

minNodeCount
Nullable<Int32>

ビッグ データ プールでサポートできるノードの最小数。

enabled
Nullable<Boolean>

ビッグ データ プールに対して自動スケーリングが有効になっているかどうか。

maxNodeCount
Nullable<Int32>

ビッグ データ プールでサポートできるノードの最大数。

適用対象