DataLakeStoreAccountOperationsExtensions.ListNextAsync Method (IDataLakeStoreAccountOperations, String)

 

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

public static Task<DataLakeStoreAccountListResponse> ListNextAsync(
    this IDataLakeStoreAccountOperations operations,
    string nextLink
)
public:
[ExtensionAttribute]
static Task<DataLakeStoreAccountListResponse^>^ ListNextAsync(
    IDataLakeStoreAccountOperations^ operations,
    String^ nextLink
)
static member ListNextAsync : 
        operations:IDataLakeStoreAccountOperations *
        nextLink:string -> Task<DataLakeStoreAccountListResponse>
<ExtensionAttribute>
Public Shared Function ListNextAsync (
    operations As IDataLakeStoreAccountOperations,
    nextLink As String
) As Task(Of DataLakeStoreAccountListResponse)

Parameters

  • nextLink
    Type: System.String

    Required. 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

DataLakeStoreAccountOperationsExtensions Class
Microsoft.Azure.Management.DataLake.Store Namespace

Return to top