Class LiveOutputResourceState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<LiveOutputResourceState>
com.azure.resourcemanager.mediaservices.models.LiveOutputResourceState
public final class LiveOutputResourceState
extends com.azure.core.util.ExpandableStringEnum<LiveOutputResourceState>
The resource state of the live output.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final LiveOutputResourceState
Static value Creating for LiveOutputResourceState.static final LiveOutputResourceState
Static value Deleting for LiveOutputResourceState.static final LiveOutputResourceState
Static value Running for LiveOutputResourceState. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LiveOutputResourceState
fromString
(String name) Creates or finds a LiveOutputResourceState from its string representation.static Collection<LiveOutputResourceState>
values()
Gets known LiveOutputResourceState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
CREATING
Static value Creating for LiveOutputResourceState. -
RUNNING
Static value Running for LiveOutputResourceState. -
DELETING
Static value Deleting for LiveOutputResourceState.
-
-
Constructor Details
-
LiveOutputResourceState
Deprecated.Use thefromString(String)
factory method.Creates a new instance of LiveOutputResourceState value.
-
-
Method Details
-
fromString
Creates or finds a LiveOutputResourceState from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding LiveOutputResourceState.
-
values
Gets known LiveOutputResourceState values.- Returns:
- known LiveOutputResourceState values.
-
fromString(String)
factory method.