Freigeben über


ComputeExtensions.GetSnapshotsAsync Methode

Definition

Listet Momentaufnahmen unter einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Compute/snapshots
  • Vorgang IdSnapshots_List
public static Azure.AsyncPageable<Azure.ResourceManager.Compute.SnapshotResource> GetSnapshotsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetSnapshotsAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Compute.SnapshotResource>
<Extension()>
Public Function GetSnapshotsAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SnapshotResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance, für den die Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der SnapshotResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: