DataLakeStoreAccountOperationsExtensions.ListNext 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 DataLakeStoreAccountListResponse ListNext(
    this IDataLakeStoreAccountOperations operations,
    string nextLink
)
public:
[ExtensionAttribute]
static DataLakeStoreAccountListResponse^ ListNext(
    IDataLakeStoreAccountOperations^ operations,
    String^ nextLink
)
static member ListNext : 
        operations:IDataLakeStoreAccountOperations *
        nextLink:string -> DataLakeStoreAccountListResponse
<ExtensionAttribute>
Public Shared Function ListNext (
    operations As IDataLakeStoreAccountOperations,
    nextLink As String
) As DataLakeStoreAccountListResponse

Parameters

  • nextLink
    Type: System.String

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

Return Value

Type: Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountListResponse

Data Lake Store account list information response.

See Also

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

Return to top