Class LivePipelineState
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<LivePipelineState>
-
- com.azure.resourcemanager.videoanalyzer.models.LivePipelineState
-
public final class LivePipelineState extends com.azure.core.util.ExpandableStringEnum<LivePipelineState>
Defines values for LivePipelineState.
-
-
Field Summary
Fields Modifier and Type Field Description static LivePipelineStateACTIVATINGStatic value Activating for LivePipelineState.static LivePipelineStateACTIVEStatic value Active for LivePipelineState.static LivePipelineStateDEACTIVATINGStatic value Deactivating for LivePipelineState.static LivePipelineStateINACTIVEStatic value Inactive for LivePipelineState.
-
Constructor Summary
Constructors Constructor Description LivePipelineState()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LivePipelineStatefromString(String name)Creates or finds a LivePipelineState from its string representation.static Collection<LivePipelineState>values()Gets known LivePipelineState values.
-
-
-
Field Detail
-
INACTIVE
public static final LivePipelineState INACTIVE
Static value Inactive for LivePipelineState.
-
ACTIVATING
public static final LivePipelineState ACTIVATING
Static value Activating for LivePipelineState.
-
ACTIVE
public static final LivePipelineState ACTIVE
Static value Active for LivePipelineState.
-
DEACTIVATING
public static final LivePipelineState DEACTIVATING
Static value Deactivating for LivePipelineState.
-
-
Method Detail
-
fromString
public static LivePipelineState fromString(String name)
Creates or finds a LivePipelineState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding LivePipelineState.
-
values
public static Collection<LivePipelineState> values()
Gets known LivePipelineState values.- Returns:
- known LivePipelineState values.
-
-