Partilhar via


PrivateEndpointConnectionsOperationsExtensions.ListByCluster Método

Definição

Lista as conexões de ponto de extremidade privado para um cluster HDInsight.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HDInsight.Models.PrivateEndpointConnection> ListByCluster (this Microsoft.Azure.Management.HDInsight.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string clusterName);
static member ListByCluster : Microsoft.Azure.Management.HDInsight.IPrivateEndpointConnectionsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HDInsight.Models.PrivateEndpointConnection>
<Extension()>
Public Function ListByCluster (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, clusterName As String) As IPage(Of PrivateEndpointConnection)

Parâmetros

operations
IPrivateEndpointConnectionsOperations

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

resourceGroupName
String

O nome do grupo de recursos.

clusterName
String

O nome do cluster.

Retornos

Aplica-se a