LiveEventActionInput Class
The LiveEvent action input parameter definition.
- Inheritance
-
azure.mgmt.media._serialization.ModelLiveEventActionInput
Constructor
LiveEventActionInput(*, remove_outputs_on_stop: bool | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
remove_outputs_on_stop
|
The flag indicates whether live outputs are automatically deleted when live event is being stopped. Deleting live outputs do not delete the underlying assets. |
Variables
Name | Description |
---|---|
remove_outputs_on_stop
|
The flag indicates whether live outputs are automatically deleted when live event is being stopped. Deleting live outputs do not delete the underlying assets. |