LiveEventInputTrackSelection 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
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
Azure SDK for .NET