WorkflowOperationStatus interface
Interface representing a WorkflowOperationStatus.
Methods
get(string, string, string, string, Workflow |
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.
The options parameters.
Returns
Promise<OperationStatus>
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