Partager via


IDataLakeStoreAccountsOperations.ListByAccountWithHttpMessagesAsync Méthode

Définition

Surcharges

ListByAccountWithHttpMessagesAsync(String, String, ODataQuery<DataLakeStoreAccountInfo>, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

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.

ListByAccountWithHttpMessagesAsync(String, String, ODataQuery<DataLakeStoreAccountInformation>, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

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.

ListByAccountWithHttpMessagesAsync(String, String, ODataQuery<DataLakeStoreAccountInfo>, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

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 System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo>>> ListByAccountWithHttpMessagesAsync (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.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListByAccountWithHttpMessagesAsync : string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo> * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo>>>
Public Function ListByAccountWithHttpMessagesAsync (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 customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of DataLakeStoreAccountInfo)))

Paramètres

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.

customHeaders
Dictionary<String,List<String>>

En-têtes qui seront ajoutés à la demande.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Exceptions

Levée lorsque l’opération a retourné un code status non valide

Levée lorsque la réponse ne peut pas être désérialisée

Levée lorsqu’un paramètre requis a la valeur Null

S’applique à

ListByAccountWithHttpMessagesAsync(String, String, ODataQuery<DataLakeStoreAccountInformation>, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

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 System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInformation>>> ListByAccountWithHttpMessagesAsync (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.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListByAccountWithHttpMessagesAsync : string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInformation> * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInformation>>>
Public Function ListByAccountWithHttpMessagesAsync (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 customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of DataLakeStoreAccountInformation)))

Paramètres

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.

customHeaders
Dictionary<String,List<String>>

En-têtes qui seront ajoutés à la demande.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Exceptions

Levée lorsque l’opération a retourné un code status non valide

Levée lorsque la réponse ne peut pas être désérialisée

Levée lorsqu’un paramètre requis a la valeur Null

S’applique à