Partager via


PrivateEndpointConnectionsOperationsExtensions.ListByCluster Méthode

Définition

Répertorie les connexions de point de terminaison privé pour un 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)

Paramètres

operations
IPrivateEndpointConnectionsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

clusterName
String

Nom du cluster.

Retours

S’applique à