Uses of Class
com.azure.resourcemanager.mediaservices.models.LiveEventResourceState
Package
Description
Package containing the inner data models for AzureMediaServices.
Package containing the data models for AzureMediaServices.
-
Uses of LiveEventResourceState in com.azure.resourcemanager.mediaservices.fluent.models
Modifier and TypeMethodDescriptionLiveEventInner.resourceState()
Get the resourceState property: The resource state of the live event.LiveEventProperties.resourceState()
Get the resourceState property: The resource state of the live event. -
Uses of LiveEventResourceState in com.azure.resourcemanager.mediaservices.models
Modifier and TypeFieldDescriptionstatic final LiveEventResourceState
LiveEventResourceState.ALLOCATING
Static value Allocating for LiveEventResourceState.static final LiveEventResourceState
LiveEventResourceState.DELETING
Static value Deleting for LiveEventResourceState.static final LiveEventResourceState
LiveEventResourceState.RUNNING
Static value Running for LiveEventResourceState.static final LiveEventResourceState
LiveEventResourceState.STAND_BY
Static value StandBy for LiveEventResourceState.static final LiveEventResourceState
LiveEventResourceState.STARTING
Static value Starting for LiveEventResourceState.static final LiveEventResourceState
LiveEventResourceState.STOPPED
Static value Stopped for LiveEventResourceState.static final LiveEventResourceState
LiveEventResourceState.STOPPING
Static value Stopping for LiveEventResourceState.Modifier and TypeMethodDescriptionstatic LiveEventResourceState
LiveEventResourceState.fromString
(String name) Creates or finds a LiveEventResourceState from its string representation.LiveEvent.resourceState()
Gets the resourceState property: The resource state of the live event.Modifier and TypeMethodDescriptionstatic Collection<LiveEventResourceState>
LiveEventResourceState.values()
Gets known LiveEventResourceState values.