Freigeben über


DeletedSiteResource.GetDeletedWebAppSnapshotsAsync(CancellationToken) Methode

Definition

Beschreibung für Abrufen aller gelöschten Apps für ein Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Web/deletedSites/{deletedSiteId}/snapshots
  • Vorgangs-IdGlobal_GetDeletedWebAppSnapshots
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppSnapshot> GetDeletedWebAppSnapshotsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeletedWebAppSnapshotsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppSnapshot>
override this.GetDeletedWebAppSnapshotsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppSnapshot>
Public Overridable Function GetDeletedWebAppSnapshotsAsync (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: