Compartilhar via


AzureHdInsightManagementClient.GetPrivateLinkResources Method

Definition

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

Parameters

resourceGroupName
String
clusterName
String
privateLinkResourceName
String

Returns

Applies to