Freigeben über


WebSiteSlotResource.GetSlotSnapshotsAsync(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}/slots/{slot}/snapshots
  • Vorgang IdWebApps_ListSnapshotsSlot
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppSnapshot> GetSlotSnapshotsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetSlotSnapshotsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppSnapshot>
override this.GetSlotSnapshotsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppSnapshot>
Public Overridable Function GetSlotSnapshotsAsync (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: