LiveEventActionInput Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
LiveEventActionInput() |
Initializes a new instance of the LiveEventActionInput class. |
LiveEventActionInput(Nullable<Boolean>) |
Initializes a new instance of the LiveEventActionInput class. |
LiveEventActionInput()
Initializes a new instance of the LiveEventActionInput class.
public LiveEventActionInput ();
Public Sub New ()
Applies to
LiveEventActionInput(Nullable<Boolean>)
Initializes a new instance of the LiveEventActionInput class.
public LiveEventActionInput (bool? removeOutputsOnStop = default);
new Microsoft.Azure.Management.Media.Models.LiveEventActionInput : Nullable<bool> -> Microsoft.Azure.Management.Media.Models.LiveEventActionInput
Public Sub New (Optional removeOutputsOnStop As Nullable(Of Boolean) = Nothing)
Parameters
The flag indicates whether live outputs are automatically deleted when live event is being stopped. Deleting live outputs do not delete the underlying assets.
Applies to
Azure SDK for .NET