Udostępnij za pośrednictwem


JobManagerTask.AllowLowPriorityNode Property

Definition

Gets or sets whether the Job Manager Task may run on a Spot/Low-priority Compute Node.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The default value is true.

Applies to