Class LiveEventActionInput
java.lang.Object
com.azure.resourcemanager.mediaservices.models.LiveEventActionInput
The LiveEvent action input parameter definition.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the removeOutputsOnStop property: The flag indicates whether live outputs are automatically deleted when live event is being stopped.void
validate()
Validates the instance.withRemoveOutputsOnStop
(Boolean removeOutputsOnStop) Set the removeOutputsOnStop property: The flag indicates whether live outputs are automatically deleted when live event is being stopped.
-
Constructor Details
-
LiveEventActionInput
public LiveEventActionInput()Creates an instance of LiveEventActionInput class.
-
-
Method Details
-
removeOutputsOnStop
Get the removeOutputsOnStop property: The flag indicates whether live outputs are automatically deleted when live event is being stopped. Deleting live outputs do not delete the underlying assets.- Returns:
- the removeOutputsOnStop value.
-
withRemoveOutputsOnStop
Set the removeOutputsOnStop property: The flag indicates whether live outputs are automatically deleted when live event is being stopped. Deleting live outputs do not delete the underlying assets.- Parameters:
removeOutputsOnStop
- the removeOutputsOnStop value to set.- Returns:
- the LiveEventActionInput object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-