你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TransformOutput.RelativePriority 属性

定义

获取或设置转换中 TransformOutput 的相对优先级。 这会设置服务用于处理 TransformOutput 的优先级。 默认优先级为 Normal。 可能的值包括:“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)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于