Uses of Class
com.azure.resourcemanager.mediaservices.models.LiveEventActionInput
Package
Description
Package containing the service clients for AzureMediaServices.
Package containing the data models for AzureMediaServices.
-
Uses of LiveEventActionInput in com.azure.resourcemanager.mediaservices.fluent
Modifier and TypeMethodDescriptionLiveEventsClient.beginStop
(String resourceGroupName, String accountName, String liveEventName, LiveEventActionInput parameters) Stop Live EventLiveEventsClient.beginStop
(String resourceGroupName, String accountName, String liveEventName, LiveEventActionInput parameters, com.azure.core.util.Context context) Stop Live Eventvoid
LiveEventsClient.stop
(String resourceGroupName, String accountName, String liveEventName, LiveEventActionInput parameters) Stop Live Eventvoid
LiveEventsClient.stop
(String resourceGroupName, String accountName, String liveEventName, LiveEventActionInput parameters, com.azure.core.util.Context context) Stop Live Event -
Uses of LiveEventActionInput in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionLiveEventActionInput.withRemoveOutputsOnStop
(Boolean removeOutputsOnStop) Set the removeOutputsOnStop property: The flag indicates whether live outputs are automatically deleted when live event is being stopped.Modifier and TypeMethodDescriptionvoid
LiveEvent.stop
(LiveEventActionInput parameters) Stop Live Eventvoid
LiveEvent.stop
(LiveEventActionInput parameters, com.azure.core.util.Context context) Stop Live Eventvoid
LiveEvents.stop
(String resourceGroupName, String accountName, String liveEventName, LiveEventActionInput parameters) Stop Live Eventvoid
LiveEvents.stop
(String resourceGroupName, String accountName, String liveEventName, LiveEventActionInput parameters, com.azure.core.util.Context context) Stop Live Event