JobManagerTask.AllowLowPriorityNode プロパティ

定義

ジョブ マネージャー タスクをスポット/低優先度のコンピューティング ノードで実行できるかどうかを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="allowLowPriorityNode")]
public bool? AllowLowPriorityNode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="allowLowPriorityNode")>]
member this.AllowLowPriorityNode : Nullable<bool> with get, set
Public Property AllowLowPriorityNode As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

既定値は、true です。

適用対象