Compartilhar via


WebSiteSlotResource.GetAllSiteBackupSlotDataAsync(CancellationToken) Método

Definição

Descrição para Obter backups existentes de um aplicativo.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/listbackups
  • IdWebApps_ListSiteBackupsSlot de operação
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)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção assíncrona de WebAppBackupData que pode levar várias solicitações de serviço para iterar.

Aplica-se a