Freigeben über


DataLakeStoreAccountsOperationsExtensions.ListByAccountAsync Methode

Definition

Überlädt

ListByAccountAsync(IDataLakeStoreAccountsOperations, String, String, ODataQuery<DataLakeStoreAccountInfo>, String, Nullable<Boolean>, CancellationToken)

Ruft die erste Seite von Data Lake Store-Konten ab, die mit dem angegebenen Data Lake Analytics-Konto verknüpft sind. Die Antwort enthält ggf. einen Link zur nächsten Seite.

ListByAccountAsync(IDataLakeStoreAccountsOperations, String, String, ODataQuery<DataLakeStoreAccountInformation>, String, Nullable<Boolean>, CancellationToken)

Ruft die erste Seite von Data Lake Store-Konten ab, die mit dem angegebenen Data Lake Analytics-Konto verknüpft sind. Die Antwort enthält ggf. einen Link zur nächsten Seite.

ListByAccountAsync(IDataLakeStoreAccountsOperations, String, String, ODataQuery<DataLakeStoreAccountInfo>, String, Nullable<Boolean>, CancellationToken)

Ruft die erste Seite von Data Lake Store-Konten ab, die mit dem angegebenen Data Lake Analytics-Konto verknüpft sind. Die Antwort enthält ggf. einen Link zur nächsten Seite.

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

Parameter

operations
IDataLakeStoreAccountsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Azure-Ressourcengruppe, die das Data Lake Analytics-Konto enthält.

accountName
String

Der Name des Data Lake Analytics Kontos, für das Data Lake Store-Konten aufgelistet werden sollen.

odataQuery
ODataQuery<DataLakeStoreAccountInfo>

OData-Parameter, die auf den Vorgang angewendet werden sollen.

select
String

OData Select-Anweisung. Schränkt die Eigenschaften für jeden Eintrag auf die angeforderten ein, z. B. Categories?$select=CategoryName,Description. Optional.

count
Nullable<Boolean>

Der boolesche Wert true oder false, um eine Anzahl der übereinstimmenden Ressourcen anzufordern, die in den Ressourcen in der Antwort enthalten sind, z. B. Kategorien?$count=true. Optional.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für:

ListByAccountAsync(IDataLakeStoreAccountsOperations, String, String, ODataQuery<DataLakeStoreAccountInformation>, String, Nullable<Boolean>, CancellationToken)

Ruft die erste Seite von Data Lake Store-Konten ab, die mit dem angegebenen Data Lake Analytics-Konto verknüpft sind. Die Antwort enthält ggf. einen Link zur nächsten Seite.

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

Parameter

operations
IDataLakeStoreAccountsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Azure-Ressourcengruppe

accountName
String

Der Name des Data Lake Analytics-Kontos.

odataQuery
ODataQuery<DataLakeStoreAccountInformation>

OData-Parameter, die auf den Vorgang angewendet werden sollen.

select
String

OData Select-Anweisung. Schränkt die Eigenschaften für jeden Eintrag auf die angeforderten ein, z. B. Categories?$select=CategoryName,Description. Optional.

count
Nullable<Boolean>

Der boolesche Wert true oder false, um eine Anzahl der übereinstimmenden Ressourcen anzufordern, die in den Ressourcen in der Antwort enthalten sind, z. B. Kategorien?$count=true. Optional.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: