Share via


OperationResults interface

Interface representing a OperationResults.

Methods

get(string, string, OperationResultsGetOptionalParams)

Get the operation result for a long running operation.

Method Details

get(string, string, OperationResultsGetOptionalParams)

Get the operation result for a long running operation.

function get(locationName: string, operationId: string, options?: OperationResultsGetOptionalParams): Promise<OperationStatusExtendedResult>

Parameters

locationName

string

The name of the location.

operationId

string

The operation Id.

options
OperationResultsGetOptionalParams

The options parameters.

Returns