你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VideoAnalyzerOperationResultsOperationsExtensions.Get 方法

定义

获取操作结果。

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

参数

operations
IVideoAnalyzerOperationResultsOperations

此扩展方法的操作组。

locationName
String

位置名称。

operationId
String

操作 ID。

返回

注解

获取视频分析器操作结果。

适用于