MockableComputeSubscriptionResource.GetSnapshotsAsync Method

Definition

Lists snapshots under a subscription.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to