次の方法で共有


OperationResults interface

Interface representing a OperationResults.

Methods

beginGet(string, OperationResultsGetOptionalParams)

Get the operation result for a long running operation.

beginGetAndWait(string, OperationResultsGetOptionalParams)

Get the operation result for a long running operation.

Method Details

beginGet(string, OperationResultsGetOptionalParams)

Get the operation result for a long running operation.

function beginGet(operationResultId: string, options?: OperationResultsGetOptionalParams): Promise<PollerLike<PollOperationState<OperationResultsDescription>, OperationResultsDescription>>

Parameters

operationResultId

string

The ID of the operation result to get.

options
OperationResultsGetOptionalParams

The options parameters.

Returns

Promise<PollerLike<@azure/core-lro.PollOperationState<OperationResultsDescription>, OperationResultsDescription>>

beginGetAndWait(string, OperationResultsGetOptionalParams)

Get the operation result for a long running operation.

function beginGetAndWait(operationResultId: string, options?: OperationResultsGetOptionalParams): Promise<OperationResultsDescription>

Parameters

operationResultId

string

The ID of the operation result to get.

options
OperationResultsGetOptionalParams

The options parameters.

Returns