Freigeben über


WebSiteSlotResource.GetAllSiteBackupSlotDataAsync(CancellationToken) Methode

Definition

Beschreibung für Ruft vorhandene Sicherungen einer App ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/listbackups
  • Vorgang IdWebApps_ListSiteBackupsSlot
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppService.WebAppBackupData> GetAllSiteBackupSlotDataAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllSiteBackupSlotDataAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.WebAppBackupData>
override this.GetAllSiteBackupSlotDataAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.WebAppBackupData>
Public Overridable Function GetAllSiteBackupSlotDataAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of WebAppBackupData)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der WebAppBackupData mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: