PrivateEndpointConnectionsOperationsExtensions.ListByServerNext Method

Definition

Gets all private endpoint connections on a server.

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

Parameters

operations
IPrivateEndpointConnectionsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to