次の方法で共有


PipelineJob.State プロパティ

定義

パイプラインの現在の状態を取得します (読み取り専用)。 使用できる値は、'Processing'、'Canceled'、'Completed'、'Failed' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象