Job.Priority Property

Definition

Gets or sets priority with which the job should be processed. Higher priority jobs are processed before lower priority jobs. If not set, the default is normal. Possible values include: 'Low', 'Normal', 'High'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.priority")]
public Microsoft.Azure.Management.Media.Models.Priority? Priority { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.priority")>]
member this.Priority : Nullable<Microsoft.Azure.Management.Media.Models.Priority> with get, set
Public Property Priority As Nullable(Of Priority)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to