Share via


Job.SchedulingPriority Property

Definition

Gets or sets scheduling priority.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.schedulingPriority")]
public string SchedulingPriority { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.schedulingPriority")>]
member this.SchedulingPriority : string with get, set
Public Property SchedulingPriority As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Scheduling priority associated with the job. Possible values include: 'low', 'normal', 'high'

Applies to