WorkflowOperationStatus interface

Interface representing a WorkflowOperationStatus.

Methods

get(string, string, string, string, WorkflowOperationStatusGetOptionalParams)

Tracks the results of an asynchronous operation on the job.

Method Details

get(string, string, string, string, WorkflowOperationStatusGetOptionalParams)

Tracks the results of an asynchronous operation on the job.

function get(resourceGroupName: string, vaultName: string, jobName: string, operationId: string, options?: WorkflowOperationStatusGetOptionalParams): Promise<OperationStatus>

Parameters

resourceGroupName

string

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

vaultName

string

The vault name.

jobName

string

The job (workflow) name.

operationId

string

The ID of an ongoing async operation.

options
WorkflowOperationStatusGetOptionalParams

The options parameters.

Returns

Promise<OperationStatus>