Partager via


AccountOperationsExtensions.ListAsync Méthode

Définition

Obtient la première page des comptes Data Lake Analytics, le cas échéant, dans l’abonnement actuel. Cela inclut un lien vers la page suivante, le cas échéant.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount>> ListAsync (this Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations operations, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount> odataQuery = default, string select = default, bool? count = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount> * string * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount>>
<Extension()>
Public Function ListAsync (operations As IAccountOperations, Optional odataQuery As ODataQuery(Of DataLakeAnalyticsAccount) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DataLakeAnalyticsAccount))

Paramètres

operations
IAccountOperations

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

odataQuery
ODataQuery<DataLakeAnalyticsAccount>

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 Catégories?$select=CategoryName,Description. facultatif.

count
Nullable<Boolean>

Valeur booléenne true ou false pour demander le nombre des ressources correspondantes incluses avec les ressources dans la réponse, par exemple Categories?$count=true. facultatif.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à