次の方法で共有


PoolSpecification.AutoScaleEnabled プロパティ

定義

プール サイズを時間の経過と同時に自動的に調整するかどうかを取得または設定します。

public bool? AutoScaleEnabled { get; set; }
member this.AutoScaleEnabled : Nullable<bool> with get, set
Public Property AutoScaleEnabled As Nullable(Of Boolean)

プロパティ値

注釈

false の場合は、 または TargetLowPriorityComputeNodes プロパティのいずれかがTargetDedicatedComputeNodes必要です。

true の場合は、 AutoScaleFormula プロパティが必要です。 プールのサイズは、数式に従って自動的に変更されます。

既定値は false です。

適用対象