次の方法で共有


LiveEventInputTrackSelection コンストラクター

定義

オーバーロード

LiveEventInputTrackSelection()

LiveEventInputTrackSelection クラスの新しいインスタンスを初期化します。

LiveEventInputTrackSelection(String, String, String)

LiveEventInputTrackSelection クラスの新しいインスタンスを初期化します。

LiveEventInputTrackSelection()

LiveEventInputTrackSelection クラスの新しいインスタンスを初期化します。

public LiveEventInputTrackSelection ();
Public Sub New ()

適用対象

LiveEventInputTrackSelection(String, String, String)

LiveEventInputTrackSelection クラスの新しいインスタンスを初期化します。

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)

パラメーター

property
String

選択するプロパティ名。 このプロパティは今後使用するために予約されています。このプロパティに設定された値はすべて無視されます。

operation
String

操作の比較。 このプロパティは今後使用するために予約されています。このプロパティに設定された値はすべて無視されます。

value
String

選択するプロパティ値。 このプロパティは今後使用するために予約されています。このプロパティに設定された値はすべて無視されます。

適用対象