Sdílet prostřednictvím


OperationResults interface

Rozhraní představující OperationResults.

Metody

beginGet(string, OperationResultsGetOptionalParams)

Získejte výsledek operace pro dlouhotrvající operaci.

beginGetAndWait(string, OperationResultsGetOptionalParams)

Získejte výsledek operace pro dlouhotrvající operaci.

Podrobnosti metody

beginGet(string, OperationResultsGetOptionalParams)

Získejte výsledek operace pro dlouhotrvají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 dlouhotrvají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