Share via


VideoAnalyzerOperationResultsOperationsExtensions.Get Method

Definition

Get operation result.

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

Parameters

operations
IVideoAnalyzerOperationResultsOperations

The operations group for this extension method.

locationName
String

Location name.

operationId
String

Operation Id.

Returns

Remarks

Get video analyzer operation result.

Applies to