Freigeben über


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