次の方法で共有


VideoAnalyzersOperationsExtensions.GetAsync メソッド

定義

Video Analyzer アカウントを取得する

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

パラメーター

operations
IVideoAnalyzersOperations

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

resourceGroupName
String

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

accountName
String

Video Analyzer アカウント名。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

指定した Video Analyzer アカウントの詳細を取得する

適用対象