Partager via


HDInsightPrivateLinkResourceCollection.Get(String, CancellationToken) Méthode

Définition

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

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/privateLinkResources/{privateLinkResourceName}
  • IdPrivateLinkResources_Get d’opération
public virtual Azure.Response<Azure.ResourceManager.HDInsight.HDInsightPrivateLinkResource> Get (string privateLinkResourceName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HDInsight.HDInsightPrivateLinkResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HDInsight.HDInsightPrivateLinkResource>
Public Overridable Function Get (privateLinkResourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of HDInsightPrivateLinkResource)

Paramètres

privateLinkResourceName
String

Nom de la ressource de liaison privée.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

privateLinkResourceName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

privateLinkResourceName a la valeur null.

S’applique à