Partager via


DataLakeStoreAccountsOperationsExtensions.ListByAccount Méthode

Définition

Surcharges

ListByAccount(IDataLakeStoreAccountsOperations, String, String, ODataQuery<DataLakeStoreAccountInfo>, String, Nullable<Boolean>)

Obtient la première page des comptes Data Lake Store liés au compte Data Lake Analytics spécifié. La réponse inclut un lien vers la page suivante, le cas échéant.

ListByAccount(IDataLakeStoreAccountsOperations, String, String, ODataQuery<DataLakeStoreAccountInformation>, String, Nullable<Boolean>)

Obtient la première page des comptes Data Lake Store liés au compte Data Lake Analytics spécifié. La réponse inclut un lien vers la page suivante, le cas échéant.

ListByAccount(IDataLakeStoreAccountsOperations, String, String, ODataQuery<DataLakeStoreAccountInfo>, String, Nullable<Boolean>)

Obtient la première page des comptes Data Lake Store liés au compte Data Lake Analytics spécifié. La réponse inclut un lien vers la page suivante, le cas échéant.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo> ListByAccount (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);
static member ListByAccount : Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo> * string * Nullable<bool> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo>
<Extension()>
Public Function ListByAccount (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) As IPage(Of DataLakeStoreAccountInfo)

Paramètres

operations
IDataLakeStoreAccountsOperations

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

resourceGroupName
String

Nom du groupe de ressources Azure qui contient le compte Data Lake Analytics.

accountName
String

Nom du compte Data Lake Analytics pour lequel répertorier les comptes Data Lake Store.

odataQuery
ODataQuery<DataLakeStoreAccountInfo>

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.

Retours

S’applique à

ListByAccount(IDataLakeStoreAccountsOperations, String, String, ODataQuery<DataLakeStoreAccountInformation>, String, Nullable<Boolean>)

Obtient la première page des comptes Data Lake Store liés au compte Data Lake Analytics spécifié. La réponse inclut un lien vers la page suivante, le cas échéant.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInformation> ListByAccount (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);
static member ListByAccount : Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInformation> * string * Nullable<bool> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInformation>
<Extension()>
Public Function ListByAccount (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) As IPage(Of DataLakeStoreAccountInformation)

Paramètres

operations
IDataLakeStoreAccountsOperations

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

resourceGroupName
String

Le nom du groupe de ressources Azure.

accountName
String

nom du compte Data Lake Analytics.

odataQuery
ODataQuery<DataLakeStoreAccountInformation>

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.

Retours

S’applique à