次の方法で共有


Job.Priority プロパティ

定義

ジョブを処理する優先度を取得または設定します。 優先順位が高いジョブは、優先順位が低いジョブより前に処理されます。 設定されていない場合、既定値は normal です。 指定できる値は、'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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象