Compartir a través de


RegistriesOperationsExtensions.ListPrivateLinkResourcesNext Método

Definición

Enumera los recursos de private link para un registro de contenedor.

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)

Parámetros

operations
IRegistriesOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

Devoluciones

Se aplica a