次の方法で共有


PoolAddParameter.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

注釈

enableAutoScale が true に設定されている場合は、このプロパティを指定しないでください。 enableAutoScale が false に設定されている場合は、targetDedicatedNodes、targetLowPriorityNodes、またはその両方を設定する必要があります。

適用対象