AscOperations interface
Interface representing a AscOperations.
Methods
get(string, string, Asc |
Gets the status of an asynchronous operation for the Azure HPC Cache |
Method Details
get(string, string, AscOperationsGetOptionalParams)
Gets the status of an asynchronous operation for the Azure HPC Cache
function get(location: string, operationId: string, options?: AscOperationsGetOptionalParams): Promise<AscOperation>
Parameters
- location
-
string
The name of Azure region.
- operationId
-
string
The ID of an ongoing async operation.
- options
- AscOperationsGetOptionalParams
The options parameters.
Returns
Promise<AscOperation>