共用方式為


DataLakeAnalyticsClient.ListDataLakeStoreAccounts(String, String) Method

Definition

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInformation> ListDataLakeStoreAccounts (string resourceGroupName, string accountName);
public System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo> ListDataLakeStoreAccounts (string resourceGroupName, string accountName);
member this.ListDataLakeStoreAccounts : string * string -> seq<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInformation>
member this.ListDataLakeStoreAccounts : string * string -> seq<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo>
Public Function ListDataLakeStoreAccounts (resourceGroupName As String, accountName As String) As IEnumerable(Of DataLakeStoreAccountInformation)
Public Function ListDataLakeStoreAccounts (resourceGroupName As String, accountName As String) As IEnumerable(Of DataLakeStoreAccountInfo)

Parameters

resourceGroupName
String
accountName
String

Returns

Applies to