Job.State プロパティ

定義

ジョブの現在の状態を取得します。 指定できる値は、'Canceled'、'Canceling'、'Error'、'Finished'、'Processing'、'Queued'、'Scheduled' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.state")]
public Microsoft.Azure.Management.Media.Models.JobState State { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.state")>]
member this.State : Microsoft.Azure.Management.Media.Models.JobState
Public ReadOnly Property State As JobState

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象