Compartilhar via


DeletedWebAppsOperationsExtensions.ListNextAsync Método

Definição

Obtenha todos os aplicativos excluídos para uma assinatura.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.DeletedSiteInner>> ListNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IDeletedWebAppsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.AppService.Fluent.IDeletedWebAppsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.DeletedSiteInner>>
<Extension()>
Public Function ListNextAsync (operations As IDeletedWebAppsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeletedSiteInner))

Parâmetros

operations
IDeletedWebAppsOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

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

Aplica-se a