Share via


PrivateLinkResourcesOperationsExtensions.ListByCluster Method

Definition

Lists the private link resources in a HDInsight cluster.

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

Parameters

operations
IPrivateLinkResourcesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

clusterName
String

The name of the cluster.

Returns

Applies to