Compartir a través de


HDInsightClusterResource.GetHDInsightPrivateLinkResourceAsync 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 System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HDInsight.HDInsightPrivateLinkResource>> GetHDInsightPrivateLinkResourceAsync (string privateLinkResourceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetHDInsightPrivateLinkResourceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HDInsight.HDInsightPrivateLinkResource>>
override this.GetHDInsightPrivateLinkResourceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HDInsight.HDInsightPrivateLinkResource>>
Public Overridable Function GetHDInsightPrivateLinkResourceAsync (privateLinkResourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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