IDataLakeAnalyticsAccountOperations.ListDataLakeStoreAccountsAsync Method (String, String, DataLakeAnalyticsAccountListParameters, CancellationToken)
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
Task<DataLakeAnalyticsAccountListDataLakeStoreResponse> ListDataLakeStoreAccountsAsync(
string resourceGroupName,
string accountName,
DataLakeAnalyticsAccountListParameters parameters,
CancellationToken cancellationToken
)
Task<DataLakeAnalyticsAccountListDataLakeStoreResponse^>^ ListDataLakeStoreAccountsAsync(
String^ resourceGroupName,
String^ accountName,
DataLakeAnalyticsAccountListParameters^ parameters,
CancellationToken cancellationToken
)
abstract ListDataLakeStoreAccountsAsync :
resourceGroupName:string *
accountName:string *
parameters:DataLakeAnalyticsAccountListParameters *
cancellationToken:CancellationToken -> Task<DataLakeAnalyticsAccountListDataLakeStoreResponse>
Function ListDataLakeStoreAccountsAsync (
resourceGroupName As String,
accountName As String,
parameters As DataLakeAnalyticsAccountListParameters,
cancellationToken As CancellationToken
) As Task(Of DataLakeAnalyticsAccountListDataLakeStoreResponse)
Parameters
resourceGroupName
Type: System.StringThe name of the resource group.
accountName
Type: System.StringThe name of the Data Lake Analytics account to list Data Lake Store accounts for.
parameters
Type: Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountListParametersQuery parameters. If null is passed returns all account items.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<DataLakeAnalyticsAccountListDataLakeStoreResponse>
Data Lake Account list information.
See Also
IDataLakeAnalyticsAccountOperations Interface
Microsoft.Azure.Management.DataLake.Analytics Namespace
Return to top