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