Uses of Class
com.azure.resourcemanager.mediaservices.models.LiveEventIngestion
Package
Description
Package containing the inner data models for AzureMediaServices.
Package containing the data models for AzureMediaServices.
-
Uses of LiveEventIngestion in com.azure.resourcemanager.mediaservices.fluent.models
Modifier and TypeMethodDescriptionLiveEventStatusInner.ingestion()
Get the ingestion property: Live event ingestion entry.Modifier and TypeMethodDescriptionLiveEventStatusInner.withIngestion
(LiveEventIngestion ingestion) Set the ingestion property: Live event ingestion entry. -
Uses of LiveEventIngestion in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionLiveEventStatus.ingestion()
Gets the ingestion property: Live event ingestion entry.LiveEventIngestion.withBegin
(OffsetDateTime begin) Set the begin property: Ingestion begin time in UTC.LiveEventIngestion.withEnd
(OffsetDateTime end) Set the end property: Ingestion end time in UTC.LiveEventIngestion.withEndReason
(String endReason) Set the endReason property: Reason why ingestion stops.LiveEventIngestion.withIngestInterruptions
(List<LiveEventIngestInterruption> ingestInterruptions) Set the ingestInterruptions property: IngestInterruption entry list.LiveEventIngestion.withStreamName
(String streamName) Set the streamName property: Ingestion stream name.