DataLakeAnalyticsAccountOperationsExtensions.ListStorageAccountsAsync Method (IDataLakeAnalyticsAccountOperations, String, String, DataLakeAnalyticsAccountListParameters)
Gets the first page of the Data Lake Analytics account objects within the subscription or within a specific resource group. 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<DataLakeAnalyticsAccountListStorageAccountsResponse> ListStorageAccountsAsync(
this IDataLakeAnalyticsAccountOperations operations,
string resourceGroupName,
string accountName,
DataLakeAnalyticsAccountListParameters parameters
)
public:
[ExtensionAttribute]
static Task<DataLakeAnalyticsAccountListStorageAccountsResponse^>^ ListStorageAccountsAsync(
IDataLakeAnalyticsAccountOperations^ operations,
String^ resourceGroupName,
String^ accountName,
DataLakeAnalyticsAccountListParameters^ parameters
)
static member ListStorageAccountsAsync :
operations:IDataLakeAnalyticsAccountOperations *
resourceGroupName:string *
accountName:string *
parameters:DataLakeAnalyticsAccountListParameters -> Task<DataLakeAnalyticsAccountListStorageAccountsResponse>
<ExtensionAttribute>
Public Shared Function ListStorageAccountsAsync (
operations As IDataLakeAnalyticsAccountOperations,
resourceGroupName As String,
accountName As String,
parameters As DataLakeAnalyticsAccountListParameters
) As Task(Of DataLakeAnalyticsAccountListStorageAccountsResponse)
Parameters
operations
Type: Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsAccountOperationsReference to the Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsAccountOperations.
resourceGroupName
Type: System.StringRequired. The name of the resource group.
accountName
Type: System.StringRequired. The name of the Data Lake Analytics account to list Storage accounts for.
parameters
Type: Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountListParametersOptional. Query parameters. If null is passed returns all account items.
Return Value
Type: System.Threading.Tasks.Task<DataLakeAnalyticsAccountListStorageAccountsResponse>
Azure Storage Account list information.
See Also
DataLakeAnalyticsAccountOperationsExtensions Class
Microsoft.Azure.Management.DataLake.Analytics Namespace
Return to top