MockableStorageCacheSubscriptionResource.GetStorageCacheAscOperation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the status of an asynchronous operation for the Azure HPC Cache
- Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.StorageCache/locations/{location}/ascOperations/{operationId}.
- Operation Id. : AscOperationsOperationGroup_Get.
- Default Api Version. : 2026-01-01.
public virtual Azure.Response<Azure.ResourceManager.StorageCache.Models.StorageCacheAscOperationInfo> GetStorageCacheAscOperation(Azure.Core.AzureLocation location, string operationId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetStorageCacheAscOperation : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.StorageCache.Models.StorageCacheAscOperationInfo>
override this.GetStorageCacheAscOperation : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.StorageCache.Models.StorageCacheAscOperationInfo>
Public Overridable Function GetStorageCacheAscOperation (location As AzureLocation, operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of StorageCacheAscOperationInfo)
Parameters
- location
- AzureLocation
The name of the Azure region.
- operationId
- String
The ID of an ongoing async operation.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
operationId is null.
operationId is an empty string, and was expected to be non-empty.