Share via


OperationProgress interface

Interface representing a OperationProgress.

Methods

get(string, string, OperationProgressGetOptionalParams)

Get the operation result for a long running operation.

Method Details

get(string, string, OperationProgressGetOptionalParams)

Get the operation result for a long running operation.

function get(locationName: string, operationId: string, options?: OperationProgressGetOptionalParams): Promise<OperationProgressResult>

Parameters

locationName

string

The name of the location.

operationId

string

The ID of an ongoing async operation.

options
OperationProgressGetOptionalParams

The options parameters.

Returns