OperationResults interface
Rozhraní představující OperationResults.
Metody
| begin |
Získejte výsledek operace pro dlouho běžící operaci. |
| begin |
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.
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.
Parametry možností.
Návraty
Promise<OperationResultsDescription>