Compartilhar via


PrivateEndpointConnectionsOperationsExtensions.ListByClusterNextAsync Método

Definição

Lista as conexões de ponto de extremidade privado para um cluster 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

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a