Language

NetAppElasticSnapshotCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • 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 Azure.NullableResponse<Azure.ResourceManager.NetApp.NetAppElasticSnapshotResource> GetIfExists(string snapshotName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.NetApp.NetAppElasticSnapshotResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.NetApp.NetAppElasticSnapshotResource>
Public Overridable Function GetIfExists (snapshotName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(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