Freigeben über


WebSiteSlotResource.GetSlotSnapshotsFromDRSecondaryAsync Methode

Definition

Beschreibung für Gibt alle Momentaufnahmen an den Benutzer vom DRSecondary-Endpunkt zurück.

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

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: