Sdílet prostřednictvím


AzureHdInsightManagementClient.GetPrivateEndpointConnections Method

Definition

public virtual System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.PrivateEndpointConnection> GetPrivateEndpointConnections (string resourceGroupName, string clusterName, string privateEndpointConnectionName);
abstract member GetPrivateEndpointConnections : string * string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.PrivateEndpointConnection>
override this.GetPrivateEndpointConnections : string * string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.PrivateEndpointConnection>
Public Overridable Function GetPrivateEndpointConnections (resourceGroupName As String, clusterName As String, privateEndpointConnectionName As String) As IList(Of PrivateEndpointConnection)

Parameters

resourceGroupName
String
clusterName
String
privateEndpointConnectionName
String

Returns

Applies to