Share via


ManagedInstancePrivateEndpointConnectionsOperationsExtensions.ListByManagedInstanceNextAsync Method

Definition

Gets all private endpoint connections on a server.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ManagedInstancePrivateEndpointConnection>> ListByManagedInstanceNextAsync (this Microsoft.Azure.Management.Sql.IManagedInstancePrivateEndpointConnectionsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByManagedInstanceNextAsync : Microsoft.Azure.Management.Sql.IManagedInstancePrivateEndpointConnectionsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ManagedInstancePrivateEndpointConnection>>
<Extension()>
Public Function ListByManagedInstanceNextAsync (operations As IManagedInstancePrivateEndpointConnectionsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to