AccountsOperationsExtensions.ListByResourceGroupAsync 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 Data Lake Analytics Konten ab, falls vorhanden, innerhalb einer bestimmten Ressourcengruppe. 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>> ListByResourceGroupAsync (this Microsoft.Azure.Management.DataLake.Analytics.IAccountsOperations operations, string resourceGroupName, 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 ListByResourceGroupAsync : Microsoft.Azure.Management.DataLake.Analytics.IAccountsOperations * string * 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 ListByResourceGroupAsync (operations As IAccountsOperations, resourceGroupName As String, 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.
- resourceGroupName
- String
Name der Azure-Ressourcengruppe
- odataQuery
- ODataQuery<DataLakeAnalyticsAccountBasic>
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.
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:
Azure SDK for .NET