Freigeben über


IAccountOperations.ListByResourceGroupWithHttpMessagesAsync Methode

Definition

Ruft die erste Seite von Data Lake Analytics Konten ab, falls vorhanden, innerhalb einer bestimmten Ressourcengruppe. Dies schließt ggf. einen Link zur nächsten Seite ein.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount>>> ListByResourceGroupWithHttpMessagesAsync (string resourceGroupName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount> 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 ListByResourceGroupWithHttpMessagesAsync : string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount> * 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.DataLakeAnalyticsAccount>>>
Public Function ListByResourceGroupWithHttpMessagesAsync (resourceGroupName As String, Optional odataQuery As ODataQuery(Of DataLakeAnalyticsAccount) = 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 DataLakeAnalyticsAccount)))

Parameter

resourceGroupName
String

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

odataQuery
ODataQuery<DataLakeAnalyticsAccount>

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.

count
Nullable<Boolean>

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.

customHeaders
Dictionary<String,List<String>>

Die Header, die der Anforderung hinzugefügt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Ausnahmen

Wird ausgelöst, wenn der Vorgang einen ungültigen status Code zurückgegeben hat.

Wird ausgelöst, wenn die Antwort nicht deserialisiert werden kann

Wird ausgelöst, wenn ein erforderlicher Parameter NULL ist

Gilt für: