Share via


ManagedInstancePrivateEndpointConnectionsOperationsExtensions.ListByManagedInstanceNext Method

Definition

Gets all private endpoint connections on a server.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ManagedInstancePrivateEndpointConnection> ListByManagedInstanceNext (this Microsoft.Azure.Management.Sql.IManagedInstancePrivateEndpointConnectionsOperations operations, string nextPageLink);
static member ListByManagedInstanceNext : Microsoft.Azure.Management.Sql.IManagedInstancePrivateEndpointConnectionsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ManagedInstancePrivateEndpointConnection>
<Extension()>
Public Function ListByManagedInstanceNext (operations As IManagedInstancePrivateEndpointConnectionsOperations, nextPageLink As String) As IPage(Of ManagedInstancePrivateEndpointConnection)

Parameters

operations
IManagedInstancePrivateEndpointConnectionsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to