Compartir a través de


HDInsightClusterResource.GetHDInsightPrivateLinkResource Método

Definición

Obtiene el recurso de vínculo privado específico.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/privateLinkResources/{privateLinkResourceName}
  • IdPrivateLinkResources_Get de operación
public virtual Azure.Response<Azure.ResourceManager.HDInsight.HDInsightPrivateLinkResource> GetHDInsightPrivateLinkResource (string privateLinkResourceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetHDInsightPrivateLinkResource : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HDInsight.HDInsightPrivateLinkResource>
override this.GetHDInsightPrivateLinkResource : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HDInsight.HDInsightPrivateLinkResource>
Public Overridable Function GetHDInsightPrivateLinkResource (privateLinkResourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of HDInsightPrivateLinkResource)

Parámetros

privateLinkResourceName
String

Nombre del recurso de vínculo privado.

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Excepciones

privateLinkResourceName es una cadena vacía y se espera que no esté vacía.

privateLinkResourceName es null.

Se aplica a