Share via


DataLakeStoreClient.ListAccounts Method

Definition

public System.Collections.Generic.List<Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountBasic> ListAccounts (string resourceGroupName, string filter, int? top, int? skip);
member this.ListAccounts : string * string * Nullable<int> * Nullable<int> -> System.Collections.Generic.List<Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountBasic>
Public Function ListAccounts (resourceGroupName As String, filter As String, top As Nullable(Of Integer), skip As Nullable(Of Integer)) As List(Of DataLakeStoreAccountBasic)

Parameters

resourceGroupName
String
filter
String
skip
Nullable<Int32>

Returns

Applies to