次の方法で共有


TransformOutput.RelativePriority プロパティ

定義

Transform 内の TransformOutputs の相対的な優先度を取得または設定します。 これにより、TransformOutputs の処理にサービスで使用される優先順位が設定されます。 既定の優先度は 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

適用対象