PipelineJobOperationStatuses interface
Interface representing a PipelineJobOperationStatuses.
Methods
get(string, string, string, string, Pipeline |
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.
The options parameters.
Returns
Promise<PipelineJobOperationStatus>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript