Compartir a través de


PrivateEndPointConnectionsOperationsExtensions.ListByFactoryNext Método

Definición

Enumera las conexiones de punto de conexión privado

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataFactory.Models.PrivateEndpointConnectionResource> ListByFactoryNext(this Microsoft.Azure.Management.DataFactory.IPrivateEndPointConnectionsOperations operations, string nextPageLink);
static member ListByFactoryNext : Microsoft.Azure.Management.DataFactory.IPrivateEndPointConnectionsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataFactory.Models.PrivateEndpointConnectionResource>
<Extension()>
Public Function ListByFactoryNext (operations As IPrivateEndPointConnectionsOperations, nextPageLink As String) As IPage(Of PrivateEndpointConnectionResource)

Parámetros

operations
IPrivateEndPointConnectionsOperations

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