Partager via


PipelineJobState Structure

Définition

Définit des valeurs pour 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)
Héritage
PipelineJobState
Attributs
Newtonsoft.Json.JsonConverterAttribute
Implémente

Champs

Canceled

Le travail de pipeline est annulé.

Completed

Travail de pipeline terminé.

Failed

Échec du travail de pipeline.

Processing

Le travail de pipeline est en cours de traitement.

Méthodes

Equals(Object)

Remplace l’opérateur Equals pour PipelineJobState

Equals(PipelineJobState)

Compare les énumérations de type PipelineJobState

GetHashCode()

Retourne pour hashCode PipelineJobState

ToString()

Retourne une représentation sous forme de chaîne pour PipelineJobState

Opérateurs

Equality(PipelineJobState, PipelineJobState)

Substitution de l’opérateur == pour l’énumération PipelineJobState

Implicit(PipelineJobState to String)

Opérateur implicite pour convertir PipelineJobState en chaîne

Implicit(String to PipelineJobState)

Opérateur implicite pour convertir une chaîne en PipelineJobState

Inequality(PipelineJobState, PipelineJobState)

Substitution de l’opérateur != pour l’énumération PipelineJobState

S’applique à