Partilhar via


DeletedSiteResource.GetDeletedWebAppSnapshotsAsync(CancellationToken) Método

Definição

Descrição para Obter todos os aplicativos excluídos para uma assinatura.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.Web/deletedSites/{deletedSiteId}/snapshots
  • Operação 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)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

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

Aplica-se a