Freigeben über


SiteBackupCollection.GetAllAsync(CancellationToken) Methode

Definition

Beschreibung für Ruft vorhandene Sicherungen einer App ab.

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

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: