Sdílet prostřednictvím


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, operationResultId: string, options?: OperationResultsGetOptionalParams): Promise<OperationResultsDescription>

Parameters

locationName

string

The location of the operation.

operationResultId

string

The ID of the operation result to get.

options
OperationResultsGetOptionalParams

The options parameters.

Returns