Share via


NetAppVolumeSnapshotCollection.GetAllAsync(CancellationToken) Method

Definition

List all snapshots associated with the volume

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots
  • Operation Id: Snapshots_List
  • Default Api Version: 2023-07-01
  • Resource: NetAppVolumeSnapshotResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.NetApp.NetAppVolumeSnapshotResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.NetApp.NetAppVolumeSnapshotResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.NetApp.NetAppVolumeSnapshotResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of NetAppVolumeSnapshotResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of NetAppVolumeSnapshotResource that may take multiple service requests to iterate over.

Applies to