Partilhar via


HDInsightClusterResource.GetHDInsightPrivateLinkResource Método

Definição

Obtém o recurso de link privado específico.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/privateLinkResources/{privateLinkResourceName}
  • Operação IdPrivateLinkResources_Get
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

O nome do recurso de link privado.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

privateLinkResourceName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

privateLinkResourceName é nulo.

Aplica-se a