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 Azure region.
- operationId
-
string
The ID of an ongoing async operation.
- options
- OperationStatusGetOptionalParams
The options parameters.
Returns
Promise<OperationStatusResult>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript