Class PipelineJobState
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<PipelineJobState>
-
- com.azure.resourcemanager.videoanalyzer.models.PipelineJobState
-
public final class PipelineJobState extends com.azure.core.util.ExpandableStringEnum<PipelineJobState>
Defines values for PipelineJobState.
-
-
Field Summary
Fields Modifier and Type Field Description static PipelineJobStateCANCELEDStatic value Canceled for PipelineJobState.static PipelineJobStateCOMPLETEDStatic value Completed for PipelineJobState.static PipelineJobStateFAILEDStatic value Failed for PipelineJobState.static PipelineJobStatePROCESSINGStatic value Processing for PipelineJobState.
-
Constructor Summary
Constructors Constructor Description PipelineJobState()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PipelineJobStatefromString(String name)Creates or finds a PipelineJobState from its string representation.static Collection<PipelineJobState>values()Gets known PipelineJobState values.
-
-
-
Field Detail
-
PROCESSING
public static final PipelineJobState PROCESSING
Static value Processing for PipelineJobState.
-
CANCELED
public static final PipelineJobState CANCELED
Static value Canceled for PipelineJobState.
-
COMPLETED
public static final PipelineJobState COMPLETED
Static value Completed for PipelineJobState.
-
FAILED
public static final PipelineJobState FAILED
Static value Failed for PipelineJobState.
-
-
Method Detail
-
fromString
public static PipelineJobState fromString(String name)
Creates or finds a PipelineJobState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding PipelineJobState.
-
values
public static Collection<PipelineJobState> values()
Gets known PipelineJobState values.- Returns:
- known PipelineJobState values.
-
-