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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python