Uses of Class
com.azure.resourcemanager.mediaservices.models.LiveEventState
Package
Description
Package containing the inner data models for AzureMediaServices.
Package containing the data models for AzureMediaServices.
-
Uses of LiveEventState in com.azure.resourcemanager.mediaservices.fluent.models
Modifier and TypeMethodDescriptionLiveEventStatusInner.state()
Get the state property: Current state of the live event.Modifier and TypeMethodDescriptionLiveEventStatusInner.withState
(LiveEventState state) Set the state property: Current state of the live event. -
Uses of LiveEventState in com.azure.resourcemanager.mediaservices.models
Modifier and TypeFieldDescriptionstatic final LiveEventState
LiveEventState.RUNNING
Static value Running for LiveEventState.static final LiveEventState
LiveEventState.STOPPED
Static value Stopped for LiveEventState.Modifier and TypeMethodDescriptionstatic LiveEventState
LiveEventState.fromString
(String name) Creates or finds a LiveEventState from its string representation.LiveEventStatus.state()
Gets the state property: Current state of the live event.Modifier and TypeMethodDescriptionstatic Collection<LiveEventState>
LiveEventState.values()
Gets known LiveEventState values.