LiveEventActionInput Constructors

Definition

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

removeOutputsOnStop
Nullable<Boolean>

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