Compartir a través de


PrivateEndpointConnectionsOperationsExtensions.ListByClusterNextAsync Método

Definición

Enumera las conexiones de punto de conexión privado para un clúster de HDInsight.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HDInsight.Models.PrivateEndpointConnection>> ListByClusterNextAsync (this Microsoft.Azure.Management.HDInsight.IPrivateEndpointConnectionsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByClusterNextAsync : Microsoft.Azure.Management.HDInsight.IPrivateEndpointConnectionsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HDInsight.Models.PrivateEndpointConnection>>
<Extension()>
Public Function ListByClusterNextAsync (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