Compartilhar via


DeletedWebAppsOperationsExtensions.ListByLocationNextAsync Método

Definição

Obter todos os aplicativos excluídos para uma assinatura no local

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.DeletedSiteInner>> ListByLocationNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IDeletedWebAppsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByLocationNextAsync : 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 ListByLocationNextAsync (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 bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Descrição para Obter todos os aplicativos excluídos de uma assinatura no local

Aplica-se a