Job.Priority Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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