Partager via


PrivateLinkResourcesOperationsExtensions.ListByClusterAsync Méthode

Définition

Répertorie les ressources de liaison privée dans un cluster HDInsight.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.HDInsight.Models.PrivateLinkResourceListResult> ListByClusterAsync (this Microsoft.Azure.Management.HDInsight.IPrivateLinkResourcesOperations operations, string resourceGroupName, string clusterName, System.Threading.CancellationToken cancellationToken = default);
static member ListByClusterAsync : Microsoft.Azure.Management.HDInsight.IPrivateLinkResourcesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.HDInsight.Models.PrivateLinkResourceListResult>
<Extension()>
Public Function ListByClusterAsync (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, clusterName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateLinkResourceListResult)

Paramètres

operations
IPrivateLinkResourcesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

clusterName
String

Nom du cluster.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à