OperationStatuses interface
Interface representing a OperationStatuses.
Methods
get(string, string, Operation |
Get the status of a long running azure asynchronous operation. |
Method Details
get(string, string, OperationStatusesGetOptionalParams)
Get the status of a long running azure asynchronous operation.
function get(location: string, asyncOperationId: string, options?: OperationStatusesGetOptionalParams): Promise<OperationStatus>
Parameters
- location
-
string
The name of the Azure region.
- asyncOperationId
-
string
The operation Id.
The options parameters.
Returns
Promise<OperationStatus>