Freigeben über


WebSiteResource.GetSnapshotsAsync(CancellationToken) Methode

Definition

Beschreibung für Gibt alle Momentaufnahmen an den Benutzer zurück.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/snapshots
  • Vorgang IdWebApps_ListSnapshots
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppSnapshot> GetSnapshotsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetSnapshotsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppSnapshot>
override this.GetSnapshotsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppSnapshot>
Public Overridable Function GetSnapshotsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppSnapshot)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: