次の方法で共有


PrivateLinkResourcesOperationsExtensions.ListByAccountNext メソッド

定義

アカウントのプライベートにリンク可能なリソースの一覧を取得します。

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

パラメーター

operations
IPrivateLinkResourcesOperations

この拡張メソッドの操作グループ。

nextPageLink
String

List 操作の前の正常な呼び出しからの NextLink。

戻り値

注釈

アカウントのプライベートにリンク可能なリソースの一覧を取得します

適用対象