Partager via


PrivateLinkResourcesOperationsExtensions.GetAsync Méthode

Définition

Obtient la ressource de liaison privée spécifique.

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

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.

privateLinkResourceName
String

Nom de la ressource de liaison privée.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à