DataLakeAnalyticsAccountOperationsExtensions.StorageAccountListNextAsync Method (IDataLakeAnalyticsAccountOperations, String)
Gets the next page of the Azure Storage account objects within the specified Data Lake Analytics account with the 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> StorageAccountListNextAsync(
this IDataLakeAnalyticsAccountOperations operations,
string nextLink
)
public:
[ExtensionAttribute]
static Task<DataLakeAnalyticsAccountListStorageAccountsResponse^>^ StorageAccountListNextAsync(
IDataLakeAnalyticsAccountOperations^ operations,
String^ nextLink
)
static member StorageAccountListNextAsync :
operations:IDataLakeAnalyticsAccountOperations *
nextLink:string -> Task<DataLakeAnalyticsAccountListStorageAccountsResponse>
<ExtensionAttribute>
Public Shared Function StorageAccountListNextAsync (
operations As IDataLakeAnalyticsAccountOperations,
nextLink As String
) As Task(Of DataLakeAnalyticsAccountListStorageAccountsResponse)
Parameters
operations
Type: Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsAccountOperationsReference to the Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsAccountOperations.
nextLink
Type: System.StringRequired. The url to the next Azure Storage account page.
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