次の方法で共有


RegistriesOperationsExtensions.ListPrivateLinkResourcesNext メソッド

定義

コンテナー レジストリのプライベート リンク リソースを一覧表示します。

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

パラメーター

operations
IRegistriesOperations

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

nextPageLink
String

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

戻り値

適用対象