Freigeben über


WebSiteConfigResource.GetConfigurationSnapshotInfoAsync Methode

Definition

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

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

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: