次の方法で共有


PipelineJobState 構造体

定義

PipelineJobState の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.VideoAnalyzer.Models.PipelineJobStateConverter))]
public struct PipelineJobState : IEquatable<Microsoft.Azure.Management.VideoAnalyzer.Models.PipelineJobState>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.VideoAnalyzer.Models.PipelineJobStateConverter))>]
type PipelineJobState = struct
Public Structure PipelineJobState
Implements IEquatable(Of PipelineJobState)
継承
PipelineJobState
属性
Newtonsoft.Json.JsonConverterAttribute
実装

フィールド

Canceled

パイプライン ジョブが取り消されました。

Completed

パイプライン ジョブが完了しました。

Failed

パイプライン ジョブが失敗しました。

Processing

パイプライン ジョブが処理中です。

メソッド

Equals(Object)

PipelineJobState の Equals 演算子をオーバーライドします

Equals(PipelineJobState)

PipelineJobState 型の列挙型を比較します

GetHashCode()

hashCode PipelineJobState の戻り値

ToString()

PipelineJobState の文字列表現を返します。

演算子

Equality(PipelineJobState, PipelineJobState)

Enum PipelineJobState の == 演算子のオーバーライド

Implicit(PipelineJobState to String)

PipelineJobState を文字列に変換する暗黙的な演算子

Implicit(String to PipelineJobState)

文字列を PipelineJobState に変換する暗黙的な演算子

Inequality(PipelineJobState, PipelineJobState)

Enum PipelineJobState の != 演算子のオーバーライド

適用対象