Compartir a través de


ApplicationGatewayPrivateEndpointConnectionsOperationsExtensions.ListNextAsync Método

Definición

Enumera todas las conexiones de punto de conexión privado en una puerta de enlace de aplicaciones.

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

Parámetros

operations
IApplicationGatewayPrivateEndpointConnectionsOperations

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