次の方法で共有


JobOutput.State プロパティ

定義

取得は、JobOutput の状態を表します。 指定できる値は、'Canceled'、'Canceling'、'Error'、'Finished'、'Processing'、'Queued'、'Scheduled' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象