次の方法で共有


VideoAnalyzersOperationsExtensions.Get メソッド

定義

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

public static Microsoft.Azure.Management.VideoAnalyzer.Models.VideoAnalyzerAccount Get (this Microsoft.Azure.Management.VideoAnalyzer.IVideoAnalyzersOperations operations, string resourceGroupName, string accountName);
static member Get : Microsoft.Azure.Management.VideoAnalyzer.IVideoAnalyzersOperations * string * string -> Microsoft.Azure.Management.VideoAnalyzer.Models.VideoAnalyzerAccount
<Extension()>
Public Function Get (operations As IVideoAnalyzersOperations, resourceGroupName As String, accountName As String) As VideoAnalyzerAccount

パラメーター

operations
IVideoAnalyzersOperations

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

resourceGroupName
String

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

accountName
String

Video Analyzer アカウント名。

戻り値

注釈

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

適用対象