PipelineJobState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values for 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)
- Inheritance
-
PipelineJobState
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
Canceled |
Pipeline job is canceled. |
Completed |
Pipeline job completed. |
Failed |
Pipeline job failed. |
Processing |
Pipeline job is processing. |
Methods
Equals(Object) |
Overrides Equals operator for PipelineJobState |
Equals(PipelineJobState) |
Compares enums of type PipelineJobState |
GetHashCode() |
Returns for hashCode PipelineJobState |
ToString() |
Returns string representation for PipelineJobState |
Operators
Equality(PipelineJobState, PipelineJobState) |
Overriding == operator for enum PipelineJobState |
Implicit(PipelineJobState to String) |
Implicit operator to convert PipelineJobState to string |
Implicit(String to PipelineJobState) |
Implicit operator to convert string to PipelineJobState |
Inequality(PipelineJobState, PipelineJobState) |
Overriding != operator for enum PipelineJobState |