Sdílet prostřednictvím


OperationResults interface

Rozhraní představující OperationResults.

Metody

beginGet(string, OperationResultsGetOptionalParams)

Získejte výsledek operace pro dlouho běžící operaci.

beginGetAndWait(string, OperationResultsGetOptionalParams)

Získejte výsledek operace pro dlouho běžící operaci.

Podrobnosti metody

beginGet(string, OperationResultsGetOptionalParams)

Získejte výsledek operace pro dlouho běžící operaci.

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

Parametry

operationResultId

string

ID výsledku operace, který se má získat.

options
OperationResultsGetOptionalParams

Parametry možností.

Návraty

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

beginGetAndWait(string, OperationResultsGetOptionalParams)

Získejte výsledek operace pro dlouho běžící operaci.

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

Parametry

operationResultId

string

ID výsledku operace, který se má získat.

options
OperationResultsGetOptionalParams

Parametry možností.

Návraty