Share via


LiveEventInputTrackSelection Constructors

Definition

Overloads

LiveEventInputTrackSelection()

Initializes a new instance of the LiveEventInputTrackSelection class.

LiveEventInputTrackSelection(String, String, String)

Initializes a new instance of the LiveEventInputTrackSelection class.

LiveEventInputTrackSelection()

Initializes a new instance of the LiveEventInputTrackSelection class.

public LiveEventInputTrackSelection ();
Public Sub New ()

Applies to

LiveEventInputTrackSelection(String, String, String)

Initializes a new instance of the LiveEventInputTrackSelection class.

public LiveEventInputTrackSelection (string property = default, string operation = default, string value = default);
new Microsoft.Azure.Management.Media.Models.LiveEventInputTrackSelection : string * string * string -> Microsoft.Azure.Management.Media.Models.LiveEventInputTrackSelection
Public Sub New (Optional property As String = Nothing, Optional operation As String = Nothing, Optional value As String = Nothing)

Parameters

property
String

Property name to select. This property is reserved for future use, any value set on this property will be ignored.

operation
String

Comparing operation. This property is reserved for future use, any value set on this property will be ignored.

value
String

Property value to select. This property is reserved for future use, any value set on this property will be ignored.

Applies to