Freigeben über


WebSiteSlotConfigResource.GetConfigurationSnapshotInfoSlot 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}/slots/{slot}/config/web/snapshotss
  • Vorgang IdWebApps_ListConfigurationSnapshotInfoSlot
public virtual Azure.Pageable<Azure.ResourceManager.AppService.Models.SiteConfigurationSnapshotInfo> GetConfigurationSnapshotInfoSlot (System.Threading.CancellationToken cancellationToken = default);
abstract member GetConfigurationSnapshotInfoSlot : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.SiteConfigurationSnapshotInfo>
override this.GetConfigurationSnapshotInfoSlot : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.SiteConfigurationSnapshotInfo>
Public Overridable Function GetConfigurationSnapshotInfoSlot (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SiteConfigurationSnapshotInfo)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der SiteConfigurationSnapshotInfo möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: