次の方法で共有


FixedScaleSettings.TargetLowPriorityNodes プロパティ

定義

プール内のスポット/優先度の低いコンピューティング ノードの必要な数を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="targetLowPriorityNodes")]
public int? TargetLowPriorityNodes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="targetLowPriorityNodes")>]
member this.TargetLowPriorityNodes : Nullable<int> with get, set
Public Property TargetLowPriorityNodes As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

少なくとも 1 つの targetDedicatedNodes、targetLowPriorityNodes を設定する必要があります。

適用対象