MediaJobData.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.
Priority with which the job should be processed. Higher priority jobs are processed before lower priority jobs. If not set, the default is normal.
public Azure.ResourceManager.Media.Models.MediaJobPriority? Priority { get; set; }
member this.Priority : Nullable<Azure.ResourceManager.Media.Models.MediaJobPriority> with get, set
Public Property Priority As Nullable(Of MediaJobPriority)