StorageCacheCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StorageCache/caches/{cacheName}
  • Operation Id: Caches_Get
  • Default Api Version: 2024-03-01
  • Resource: StorageCacheResource
public virtual Azure.NullableResponse<Azure.ResourceManager.StorageCache.StorageCacheResource> GetIfExists (string cacheName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.StorageCache.StorageCacheResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.StorageCache.StorageCacheResource>
Public Overridable Function GetIfExists (cacheName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of StorageCacheResource)

Parameters

cacheName
String

Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

cacheName is an empty string, and was expected to be non-empty.

cacheName is null.

Applies to