DataLakeAnalyticsAccountOperationsExtensions.ListNextAsync Method (IDataLakeAnalyticsAccountOperations, String)

 

Gets the next page of the Data Lake Analytics account objects within the subscription or within a specific resource group 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<DataLakeAnalyticsAccountListResponse> ListNextAsync(
    this IDataLakeAnalyticsAccountOperations operations,
    string nextLink
)
public:
[ExtensionAttribute]
static Task<DataLakeAnalyticsAccountListResponse^>^ ListNextAsync(
    IDataLakeAnalyticsAccountOperations^ operations,
    String^ nextLink
)
static member ListNextAsync : 
        operations:IDataLakeAnalyticsAccountOperations *
        nextLink:string -> Task<DataLakeAnalyticsAccountListResponse>
<ExtensionAttribute>
Public Shared Function ListNextAsync (
    operations As IDataLakeAnalyticsAccountOperations,
    nextLink As String
) As Task(Of DataLakeAnalyticsAccountListResponse)

Parameters

  • nextLink
    Type: System.String

    Required. The url to the next Data Lake Analytics account page.

Return Value

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

DataLakeAnalytics Account list information.

See Also

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

Return to top