Share via


PipelineJobOperationStatusesOperationsExtensions.GetAsync Method

Definition

Get the operation statuses.

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

Parameters

operations
IPipelineJobOperationStatusesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

accountName
String

The Azure Video Analyzer account name.

pipelineJobName
String

The pipeline job name.

operationId
String

The operation ID.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Get the operation status of a pipeline job with the given operationId.

Applies to