Freigeben über


WebSiteSlotConfigResource.GetConfigurationSnapshotInfoSlotAsync Methode

Definition

Beschreibung für Ruft eine Liste der Bezeichner von Web-App-Konfigurationsmomentaufnahmen ab. Jedes Element der Liste enthält einen Zeitstempel und die ID der Momentaufnahme.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web/snapshots
  • Vorgangs-IdWebApps_ListConfigurationSnapshotInfoSlot
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.SiteConfigurationSnapshotInfo> GetConfigurationSnapshotInfoSlotAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetConfigurationSnapshotInfoSlotAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.SiteConfigurationSnapshotInfo>
override this.GetConfigurationSnapshotInfoSlotAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.SiteConfigurationSnapshotInfo>
Public Overridable Function GetConfigurationSnapshotInfoSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SiteConfigurationSnapshotInfo)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von SiteConfigurationSnapshotInfo , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: