PipelineJobOperationStatuses interface

Interface representing a PipelineJobOperationStatuses.

Methods

get(string, string, string, string, PipelineJobOperationStatusesGetOptionalParams)

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

Method Details

get(string, string, string, string, PipelineJobOperationStatusesGetOptionalParams)

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

function get(resourceGroupName: string, accountName: string, pipelineJobName: string, operationId: string, options?: PipelineJobOperationStatusesGetOptionalParams): Promise<PipelineJobOperationStatus>

Parameters

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.

options
PipelineJobOperationStatusesGetOptionalParams

The options parameters.

Returns