StorageTargetCollection.GetIfExistsAsync(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 System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.StorageCache.StorageTargetResource>> GetIfExistsAsync (string storageTargetName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.StorageCache.StorageTargetResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.StorageCache.StorageTargetResource>>
Public Overridable Function GetIfExistsAsync (storageTargetName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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