共用方式為


DataLakeAnalyticsClient.ListAccounts Method

Definition

public System.Collections.Generic.List<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountBasic> 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.Analytics.Models.DataLakeAnalyticsAccountBasic>
Public Function ListAccounts (resourceGroupName As String, filter As String, top As Nullable(Of Integer), skip As Nullable(Of Integer)) As List(Of DataLakeAnalyticsAccountBasic)

Parameters

resourceGroupName
String
filter
String
skip
Nullable<Int32>

Returns

Applies to