次の方法で共有


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。

戻り値

注釈

アカウント内の共有サブスクリプションを一覧表示する

適用対象