StorageTargetCollection.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}/storageTargets/{storageTargetName}.
  • Operation Id. : StorageTargets_Get.
  • Default Api Version. : 2026-01-01.
public virtual Azure.NullableResponse<Azure.ResourceManager.StorageCache.StorageTargetResource> GetIfExists(string storageTargetName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.StorageCache.StorageTargetResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.StorageCache.StorageTargetResource>
Public Overridable Function GetIfExists (storageTargetName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of StorageTargetResource)

Parameters

storageTargetName
String

Name of Storage Target.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

storageTargetName is null.

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

Applies to