Partager via


PrivateEndpointConnectionsOperationsExtensions.ListByServerNext Méthode

Définition

Obtient toutes les connexions de point de terminaison privé sur un serveur.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.PostgreSQL.Models.PrivateEndpointConnection> ListByServerNext (this Microsoft.Azure.Management.PostgreSQL.IPrivateEndpointConnectionsOperations operations, string nextPageLink);
static member ListByServerNext : Microsoft.Azure.Management.PostgreSQL.IPrivateEndpointConnectionsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.PostgreSQL.Models.PrivateEndpointConnection>
<Extension()>
Public Function ListByServerNext (operations As IPrivateEndpointConnectionsOperations, nextPageLink As String) As IPage(Of PrivateEndpointConnection)

Paramètres

operations
IPrivateEndpointConnectionsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

Retours

S’applique à