AsyncOperationStatus interface
Interface representing a AsyncOperationStatus.
Methods
get(string, string, Async |
For checking the ongoing status of an operation |
Method Details
get(string, string, AsyncOperationStatusGetOptionalParams)
For checking the ongoing status of an operation
function get(location: string, operationId: string, options?: AsyncOperationStatusGetOptionalParams): Promise<OperationStatus>
Parameters
- location
-
string
The location at which operation was triggered
- operationId
-
string
The ID of asynchronous operation
The options parameters.
Returns
Promise<OperationStatus>