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
operations
Type: Microsoft.Azure.Management.DataLake.Store.IDataLakeStoreAccountOperationsReference to the Microsoft.Azure.Management.DataLake.Store.IDataLakeStoreAccountOperations.
nextLink
Type: System.StringRequired. 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