Class LiveEventActionInput

java.lang.Object
com.azure.resourcemanager.mediaservices.models.LiveEventActionInput

public final class LiveEventActionInput extends Object
The LiveEvent action input parameter definition.
  • Constructor Details

    • LiveEventActionInput

      public LiveEventActionInput()
      Creates an instance of LiveEventActionInput class.
  • Method Details

    • removeOutputsOnStop

      public Boolean 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

      public LiveEventActionInput withRemoveOutputsOnStop(Boolean removeOutputsOnStop)
      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.