PrivateLinkResourcesOperationsExtensions.ListByCluster Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET