CloudPool.TargetDedicatedComputeNodes プロパティ

定義

プール内の必要な数の専用コンピューティング ノードを取得または設定します。

public int? TargetDedicatedComputeNodes { get; set; }
member this.TargetDedicatedComputeNodes : Nullable<int> with get, set
Public Property TargetDedicatedComputeNodes As Nullable(Of Integer)

プロパティ値

注釈

が true に設定されている場合 AutoScaleEnabled 、この設定は指定できません。 このプロパティのうち少なくとも 1 つで、 TargetLowPriorityComputeNodes が false の場合 AutoScaleEnabled は指定する必要があります。 指定しない場合、既定値は 0 です。

適用対象