OperationResults interface
Rozhraní představující OperationResults.
Metody
get(string, Operation |
Vrátí výsledek operace Azure. |
Podrobnosti metody
get(string, OperationResultsGetOptionalParams)
Vrátí výsledek operace Azure.
function get(operationResultId: string, options?: OperationResultsGetOptionalParams): Promise<OperationResult>
Parametry
- operationResultId
-
string
ID/název výsledku operace.
Parametry možností.
Návraty
Promise<OperationResult>