Compartir a través de


PrivateEndpointConnectionsOperationsExtensions.ListByCluster Método

Definición

Enumera las conexiones de punto de conexión privado para un clúster de 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

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

clusterName
String

Nombre del clúster.

Devoluciones

Se aplica a