次の方法で共有


VideoAnalyzersOperationsExtensions.ListAsync メソッド

定義

Video Analyzer アカウントを一覧表示する

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.VideoAnalyzer.Models.VideoAnalyzerCollection> ListAsync (this Microsoft.Azure.Management.VideoAnalyzer.IVideoAnalyzersOperations operations, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.VideoAnalyzer.IVideoAnalyzersOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.VideoAnalyzer.Models.VideoAnalyzerCollection>
<Extension()>
Public Function ListAsync (operations As IVideoAnalyzersOperations, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VideoAnalyzerCollection)

パラメーター

operations
IVideoAnalyzersOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

指定したリソース グループ内の Video Analyzer アカウントを一覧表示します。

適用対象