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: 2024-03-01
  • Resource: StorageTargetResource
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 an empty string, and was expected to be non-empty.

storageTargetName is null.

Applies to