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. |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python