IDataLakeStoreAccountOperations.ListNextAsync Method (String, CancellationToken)

 

Gets the next page of the Data Lake Store 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.Store
Assembly:  Microsoft.Azure.Management.DataLake.Store (in Microsoft.Azure.Management.DataLake.Store.dll)

Syntax

Task<DataLakeStoreAccountListResponse> ListNextAsync(
    string nextLink,
    CancellationToken cancellationToken
)
Task<DataLakeStoreAccountListResponse^>^ ListNextAsync(
    String^ nextLink,
    CancellationToken cancellationToken
)
abstract ListNextAsync : 
        nextLink:string *
        cancellationToken:CancellationToken -> Task<DataLakeStoreAccountListResponse>
Function ListNextAsync (
    nextLink As String,
    cancellationToken As CancellationToken
) As Task(Of DataLakeStoreAccountListResponse)

Parameters

  • nextLink
    Type: System.String

    The url to the next Data Lake Store account page.

Return Value

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

Data Lake Store account list information response.

See Also

IDataLakeStoreAccountOperations Interface
Microsoft.Azure.Management.DataLake.Store Namespace

Return to top