LiveEventInputTrackSelection コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
選択するプロパティ値。 このプロパティは今後使用するために予約されています。このプロパティに設定された値はすべて無視されます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET