AccountsOperationsExtensions.ListAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die erste Seite von Data Lake Analytics Konten ab, falls vorhanden, innerhalb des aktuellen Abonnements. Dies schließt ggf. einen Link zur nächsten Seite ein.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountBasic>> ListAsync (this Microsoft.Azure.Management.DataLake.Analytics.IAccountsOperations operations, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountBasic> odataQuery = default, string select = default, bool? count = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.DataLake.Analytics.IAccountsOperations * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountBasic> * string * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountBasic>>
<Extension()>
Public Function ListAsync (operations As IAccountsOperations, Optional odataQuery As ODataQuery(Of DataLakeAnalyticsAccountBasic) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DataLakeAnalyticsAccountBasic))
Parameter
- operations
- IAccountsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- odataQuery
- ODataQuery<DataLakeAnalyticsAccountBasic>
OData-Parameter, die auf den Vorgang angewendet werden sollen.
- select
- String
OData Select-Anweisung. Beschränkt die Eigenschaften für jeden Eintrag auf die angeforderten, z. B. Categories?$select=CategoryName,Description. Optional.
Der boolesche Wert true oder false, um die Anzahl der übereinstimmenden Ressourcen anzufordern, die in den Ressourcen in der Antwort enthalten sind, z. B. Categories?$count=true. Optional.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET