Compartir a través de


PrivateEndpointConnectionsOperationsExtensions.ListByServerNextAsync Método

Definición

Obtiene todas las conexiones de punto de conexión privado en un servidor.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.PrivateEndpointConnection>> ListByServerNextAsync (this Microsoft.Azure.Management.Sql.IPrivateEndpointConnectionsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByServerNextAsync : Microsoft.Azure.Management.Sql.IPrivateEndpointConnectionsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.PrivateEndpointConnection>>
<Extension()>
Public Function ListByServerNextAsync (operations As IPrivateEndpointConnectionsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PrivateEndpointConnection))

Parámetros

operations
IPrivateEndpointConnectionsOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

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

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a