Interface LiveEventStatus
public interface LiveEventStatus
An immutable client-side representation of LiveEventStatus.
-
Method Summary
Modifier and TypeMethodDescriptionGets the healthDescriptions property: List of strings justifying the health status.Gets the healthStatus property: Health status of last 20 seconds.Gets the ingestion property: Live event ingestion entry.Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.LiveEventStatusInner object.Gets the lastUpdatedTime property: Last updated UTC time of this status.state()
Gets the state property: Current state of the live event.Gets the trackStatus property: Track entry list.
-
Method Details
-
state
LiveEventState state()Gets the state property: Current state of the live event. See https://go.microsoft.com/fwlink/?linkid=2139012 for more information.- Returns:
- the state value.
-
healthStatus
LiveEventHealthStatus healthStatus()Gets the healthStatus property: Health status of last 20 seconds.- Returns:
- the healthStatus value.
-
healthDescriptions
Gets the healthDescriptions property: List of strings justifying the health status.- Returns:
- the healthDescriptions value.
-
lastUpdatedTime
OffsetDateTime lastUpdatedTime()Gets the lastUpdatedTime property: Last updated UTC time of this status.- Returns:
- the lastUpdatedTime value.
-
ingestion
LiveEventIngestion ingestion()Gets the ingestion property: Live event ingestion entry.- Returns:
- the ingestion value.
-
trackStatus
List<LiveEventTrackStatus> trackStatus()Gets the trackStatus property: Track entry list.- Returns:
- the trackStatus value.
-
innerModel
LiveEventStatusInner innerModel()Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.LiveEventStatusInner object.- Returns:
- the inner object.
-