Compartir a través de


PrivateEndpointConnectionsPrivateLinkHubOperationsExtensions.ListNext Método

Definición

Obtención de todos los privateEndpointConnections en PrivateLinkHub

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.PrivateEndpointConnectionForPrivateLinkHub> ListNext (this Microsoft.Azure.Management.Synapse.IPrivateEndpointConnectionsPrivateLinkHubOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Synapse.IPrivateEndpointConnectionsPrivateLinkHubOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.PrivateEndpointConnectionForPrivateLinkHub>
<Extension()>
Public Function ListNext (operations As IPrivateEndpointConnectionsPrivateLinkHubOperations, nextPageLink As String) As IPage(Of PrivateEndpointConnectionForPrivateLinkHub)

Parámetros

operations
IPrivateEndpointConnectionsPrivateLinkHubOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

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

Devoluciones

Se aplica a