次の方法で共有


PrivateLinkResourcesOperationsExtensions.ListByResourceNext メソッド

定義

特定のトピック、ドメイン、またはパートナーの名前空間の下にプライベート リンク リソースを一覧表示します。

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

パラメーター

operations
IPrivateLinkResourcesOperations

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

nextPageLink
String

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

戻り値

注釈

トピック、ドメイン、またはパートナー名前空間の下にあるすべてのプライベート リンク リソースを一覧表示します。

適用対象