Class LiveEventState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<LiveEventState>
com.azure.resourcemanager.mediaservices.models.LiveEventState
Current state of the live event. See https://go.microsoft.com/fwlink/?linkid=2139012 for more information.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final LiveEventState
Static value Running for LiveEventState.static final LiveEventState
Static value Stopped for LiveEventState. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LiveEventState
fromString
(String name) Creates or finds a LiveEventState from its string representation.static Collection<LiveEventState>
values()
Gets known LiveEventState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
STOPPED
Static value Stopped for LiveEventState. -
RUNNING
Static value Running for LiveEventState.
-
-
Constructor Details
-
LiveEventState
Deprecated.Use thefromString(String)
factory method.Creates a new instance of LiveEventState value.
-
-
Method Details
-
fromString
Creates or finds a LiveEventState from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding LiveEventState.
-
values
Gets known LiveEventState values.- Returns:
- known LiveEventState values.
-
fromString(String)
factory method.