OperationResults interface
Rozhraní představující OperationResults.
Metody
get(string, string, Operation |
Získejte výsledek operace pro dlouho běžící operaci. |
Podrobnosti metody
get(string, string, OperationResultsGetOptionalParams)
Získejte výsledek operace pro dlouho běžící operaci.
function get(locationName: string, operationResultId: string, options?: OperationResultsGetOptionalParams): Promise<OperationResultsDescription>
Parametry
- locationName
-
string
Umístění operace.
- operationResultId
-
string
ID výsledku operace, který se má získat.
Parametry možností.
Návraty
Promise<OperationResultsDescription>