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. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python