Uses of Class
com.azure.resourcemanager.mediaservices.models.LiveOutputResourceState
Package
Description
Package containing the inner data models for AzureMediaServices.
Package containing the data models for AzureMediaServices.
-
Uses of LiveOutputResourceState in com.azure.resourcemanager.mediaservices.fluent.models
Modifier and TypeMethodDescriptionLiveOutputInner.resourceState()
Get the resourceState property: The resource state of the live output.LiveOutputProperties.resourceState()
Get the resourceState property: The resource state of the live output. -
Uses of LiveOutputResourceState in com.azure.resourcemanager.mediaservices.models
Modifier and TypeFieldDescriptionstatic final LiveOutputResourceState
LiveOutputResourceState.CREATING
Static value Creating for LiveOutputResourceState.static final LiveOutputResourceState
LiveOutputResourceState.DELETING
Static value Deleting for LiveOutputResourceState.static final LiveOutputResourceState
LiveOutputResourceState.RUNNING
Static value Running for LiveOutputResourceState.Modifier and TypeMethodDescriptionstatic LiveOutputResourceState
LiveOutputResourceState.fromString
(String name) Creates or finds a LiveOutputResourceState from its string representation.LiveOutput.resourceState()
Gets the resourceState property: The resource state of the live output.Modifier and TypeMethodDescriptionstatic Collection<LiveOutputResourceState>
LiveOutputResourceState.values()
Gets known LiveOutputResourceState values.