CloudPool.AutoScaleEnabled プロパティ

定義

プール のサイズを に従って自動的に調整するかどうかを取得または設定します AutoScaleFormula

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

プロパティ値

注釈

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

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

既定値は false です。

適用対象