OperationStatus interface
Interface representing a OperationStatus.
Methods
| get(string, string, Operation |
Returns the current status of an async operation. |
Method Details
get(string, string, OperationStatusGetOptionalParams)
Returns the current status of an async operation.
function get(location: string, operationId: string, options?: OperationStatusGetOptionalParams): Promise<OperationStatusResult>
Parameters
- location
-
string
The name of the Azure region.
- operationId
-
string
The ID of an ongoing async operation.
- options
- OperationStatusGetOptionalParams
The options parameters.
Returns
Promise<OperationStatusResult>