Freigeben über


WebSiteSlotResource.GetSlotSnapshotsFromDRSecondary(CancellationToken) 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.Pageable<Azure.ResourceManager.AppService.Models.AppSnapshot> GetSlotSnapshotsFromDRSecondary (System.Threading.CancellationToken cancellationToken = default);
abstract member GetSlotSnapshotsFromDRSecondary : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppSnapshot>
override this.GetSlotSnapshotsFromDRSecondary : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppSnapshot>
Public Overridable Function GetSlotSnapshotsFromDRSecondary (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: