SnapshotCollection.GetAllAsync(CancellationToken) Method

Definition

Lists snapshots under a resource group.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/snapshots.
  • Operation Id. : Snapshots_ListByResourceGroup.
  • Default Api Version. : 2026-03-02.
public virtual Azure.AsyncPageable<Azure.ResourceManager.Compute.SnapshotResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Compute.SnapshotResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Compute.SnapshotResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SnapshotResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of SnapshotResource that may take multiple service requests to iterate over.

Applies to