Uses of Class
com.azure.resourcemanager.mediaservices.fluent.models.LiveEventStatusInner
Package
Description
Package containing the service clients for AzureMediaServices.
Package containing the inner data models for AzureMediaServices.
Package containing the data models for AzureMediaServices.
-
Uses of LiveEventStatusInner in com.azure.resourcemanager.mediaservices.fluent
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<LiveEventStatusInner>
LiveEventsClient.listGetStatus
(String resourceGroupName, String accountName, String liveEventName) Get status of one live eventcom.azure.core.http.rest.PagedIterable<LiveEventStatusInner>
LiveEventsClient.listGetStatus
(String resourceGroupName, String accountName, String liveEventName, com.azure.core.util.Context context) Get status of one live event -
Uses of LiveEventStatusInner in com.azure.resourcemanager.mediaservices.fluent.models
Modifier and TypeMethodDescriptionLiveEventStatusInner.withHealthDescriptions
(List<String> healthDescriptions) Set the healthDescriptions property: List of strings justifying the health status.LiveEventStatusInner.withHealthStatus
(LiveEventHealthStatus healthStatus) Set the healthStatus property: Health status of last 20 seconds.LiveEventStatusInner.withIngestion
(LiveEventIngestion ingestion) Set the ingestion property: Live event ingestion entry.LiveEventStatusInner.withLastUpdatedTime
(OffsetDateTime lastUpdatedTime) Set the lastUpdatedTime property: Last updated UTC time of this status.LiveEventStatusInner.withState
(LiveEventState state) Set the state property: Current state of the live event.LiveEventStatusInner.withTrackStatus
(List<LiveEventTrackStatus> trackStatus) Set the trackStatus property: Track entry list. -
Uses of LiveEventStatusInner in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionLiveEventStatus.innerModel()
Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.LiveEventStatusInner object.Modifier and TypeMethodDescriptionLiveEventGetStatusResult.value()
Get the value property: The result of the get live event status.Modifier and TypeMethodDescriptionLiveEventGetStatusResult.withValue
(List<LiveEventStatusInner> value) Set the value property: The result of the get live event status.