Partager via


AccountOperationsExtensions.ListByResourceGroupNextAsync Méthode

Définition

Répertorie les comptes Data Lake Store au sein d’un groupe de ressources spécifique. La réponse inclut un lien vers la page de résultats suivante, le cas échéant.

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))

Paramètres

operations
IAccountOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à