Share via


TransformOutput.RelativePriority Property

Definition

Gets or sets sets the relative priority of the TransformOutputs within a Transform. This sets the priority that the service uses for processing TransformOutputs. The default priority is Normal. Possible values include: 'Low', 'Normal', 'High'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to