NetAppElasticSnapshotCollection.GetAsync(String, CancellationToken) Method

Definition

Get a ElasticSnapshot

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/elasticAccounts/{accountName}/elasticCapacityPools/{poolName}/elasticVolumes/{volumeName}/elasticSnapshots/{snapshotName}.
  • Operation Id. : ElasticSnapshots_Get.
  • Default Api Version. : 2026-01-15-preview.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.NetApp.NetAppElasticSnapshotResource>> GetAsync(string snapshotName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.NetApp.NetAppElasticSnapshotResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.NetApp.NetAppElasticSnapshotResource>>
Public Overridable Function GetAsync (snapshotName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of NetAppElasticSnapshotResource))

Parameters

snapshotName
String

The name of the ElasticSnapshot.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

snapshotName is null.

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

Applies to