Freigeben über


WebSiteResource.GetSnapshots(CancellationToken) Methode

Definition

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

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/snapshots
  • Vorgangs-IdWebApps_ListSnapshots
public virtual Azure.Pageable<Azure.ResourceManager.AppService.Models.AppSnapshot> GetSnapshots (System.Threading.CancellationToken cancellationToken = default);
abstract member GetSnapshots : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppSnapshot>
override this.GetSnapshots : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppSnapshot>
Public Overridable Function GetSnapshots (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppSnapshot)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von AppSnapshot , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: