DataLakeAnalyticsAccountOperationsExtensions.ListDataLakeStoreAccountsAsync Method (IDataLakeAnalyticsAccountOperations, String, String, DataLakeAnalyticsAccountListParameters)

 

Gets the first page of the Data Lake Store account objects within the specified Data Lake Analytics account. This includes a link to the next page, if any.

Namespace:   Microsoft.Azure.Management.DataLake.Analytics
Assembly:  Microsoft.Azure.Management.DataLake.Analytics (in Microsoft.Azure.Management.DataLake.Analytics.dll)

Syntax

public static Task<DataLakeAnalyticsAccountListDataLakeStoreResponse> ListDataLakeStoreAccountsAsync(
    this IDataLakeAnalyticsAccountOperations operations,
    string resourceGroupName,
    string accountName,
    DataLakeAnalyticsAccountListParameters parameters
)
public:
[ExtensionAttribute]
static Task<DataLakeAnalyticsAccountListDataLakeStoreResponse^>^ ListDataLakeStoreAccountsAsync(
    IDataLakeAnalyticsAccountOperations^ operations,
    String^ resourceGroupName,
    String^ accountName,
    DataLakeAnalyticsAccountListParameters^ parameters
)
static member ListDataLakeStoreAccountsAsync : 
        operations:IDataLakeAnalyticsAccountOperations *
        resourceGroupName:string *
        accountName:string *
        parameters:DataLakeAnalyticsAccountListParameters -> Task<DataLakeAnalyticsAccountListDataLakeStoreResponse>
<ExtensionAttribute>
Public Shared Function ListDataLakeStoreAccountsAsync (
    operations As IDataLakeAnalyticsAccountOperations,
    resourceGroupName As String,
    accountName As String,
    parameters As DataLakeAnalyticsAccountListParameters
) As Task(Of DataLakeAnalyticsAccountListDataLakeStoreResponse)

Parameters

  • resourceGroupName
    Type: System.String

    Required. The name of the resource group.

  • accountName
    Type: System.String

    Required. The name of the Data Lake Analytics account to list Data Lake Store accounts for.

Return Value

Type: System.Threading.Tasks.Task<DataLakeAnalyticsAccountListDataLakeStoreResponse>

Data Lake Account list information.

See Also

DataLakeAnalyticsAccountOperationsExtensions Class
Microsoft.Azure.Management.DataLake.Analytics Namespace

Return to top