你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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