Compartir a través de


AccountOperationsExtensions.ListByResourceGroupNextAsync Método

Definición

Enumera las cuentas de Data Lake Store dentro de un grupo de recursos específico. La respuesta incluye un vínculo a la página siguiente de resultados, si existe.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccount>> ListByResourceGroupNextAsync (this Microsoft.Azure.Management.DataLake.Store.IAccountOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupNextAsync : Microsoft.Azure.Management.DataLake.Store.IAccountOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccount>>
<Extension()>
Public Function ListByResourceGroupNextAsync (operations As IAccountOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DataLakeStoreAccount))

Parámetros

operations
IAccountOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a