OperationResults interface
Interface representing a OperationResults.
Methods
| get(string, string, Operation |
Get the operation result for a long running operation. |
Method Details
get(string, string, OperationResultsGetOptionalParams)
Get the operation result for a long running operation.
function get(locationName: string, operationId: string, options?: OperationResultsGetOptionalParams): Promise<OperationStatusExtendedResult>
Parameters
- locationName
-
string
The name of the location.
- operationId
-
string
The operation Id.
The options parameters.
Returns
Promise<OperationStatusExtendedResult>