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

ShareSubscriptionsOperationsExtensions.ListByAccountNext 方法

定义

帐户下的可用共享订阅列表。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataShare.Models.ShareSubscription> ListByAccountNext (this Microsoft.Azure.Management.DataShare.IShareSubscriptionsOperations operations, string nextPageLink);
static member ListByAccountNext : Microsoft.Azure.Management.DataShare.IShareSubscriptionsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataShare.Models.ShareSubscription>
<Extension()>
Public Function ListByAccountNext (operations As IShareSubscriptionsOperations, nextPageLink As String) As IPage(Of ShareSubscription)

参数

operations
IShareSubscriptionsOperations

此扩展方法的操作组。

nextPageLink
String

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

返回

注解

列出帐户中的共享订阅

适用于