IDataLakeAnalyticsAccountOperations.StorageAccountListNextAsync Method (String, CancellationToken)
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
Task<DataLakeAnalyticsAccountListStorageAccountsResponse> StorageAccountListNextAsync(
string nextLink,
CancellationToken cancellationToken
)
Task<DataLakeAnalyticsAccountListStorageAccountsResponse^>^ StorageAccountListNextAsync(
String^ nextLink,
CancellationToken cancellationToken
)
abstract StorageAccountListNextAsync :
nextLink:string *
cancellationToken:CancellationToken -> Task<DataLakeAnalyticsAccountListStorageAccountsResponse>
Function StorageAccountListNextAsync (
nextLink As String,
cancellationToken As CancellationToken
) As Task(Of DataLakeAnalyticsAccountListStorageAccountsResponse)
Parameters
nextLink
Type: System.StringThe url to the next Azure Storage account page.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<DataLakeAnalyticsAccountListStorageAccountsResponse>
Azure Storage Account list information.
See Also
IDataLakeAnalyticsAccountOperations Interface
Microsoft.Azure.Management.DataLake.Analytics Namespace
Return to top