你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AccountsOperationsExtensions.ListNext(IAccountsOperations, String) 方法

定义

列出订阅中的 Data Lake Store 帐户。 响应包括指向下一页结果的链接(如果有)。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountBasic> ListNext (this Microsoft.Azure.Management.DataLake.Store.IAccountsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.DataLake.Store.IAccountsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountBasic>
<Extension()>
Public Function ListNext (operations As IAccountsOperations, nextPageLink As String) As IPage(Of DataLakeStoreAccountBasic)

参数

operations
IAccountsOperations

此扩展方法的操作组。

nextPageLink
String

上一次成功调用 List 操作的 NextLink。

返回

适用于