AccountOperationsExtensions.ListAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Répertorie les comptes Data Lake Store au sein de l’abonnement. 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>> ListAsync (this Microsoft.Azure.Management.DataLake.Store.IAccountOperations operations, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccount> odataQuery = default, string select = default, bool? count = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.DataLake.Store.IAccountOperations * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccount> * string * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccount>>
<Extension()>
Public Function ListAsync (operations As IAccountOperations, Optional odataQuery As ODataQuery(Of DataLakeStoreAccount) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, 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.
- odataQuery
- ODataQuery<DataLakeStoreAccount>
Paramètres OData à appliquer à l’opération.
- select
- String
Instruction OData Select. Limite les propriétés de chaque entrée à celles demandées, par exemple Categories?$select=CategoryName,Description. Optionnel.
Valeur booléenne true ou false pour demander un nombre de ressources correspondantes incluses avec les ressources dans la réponse, par exemple Catégories?$count=true. Optionnel.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET