HDInsightPrivateLinkResource.Get(CancellationToken) Method

Definition

Gets the specific private link resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/privateLinkResources/{privateLinkResourceName}
  • Operation Id: PrivateLinkResources_Get
  • Default Api Version: 2024-08-01-preview
  • Resource: HDInsightPrivateLinkResource
public virtual Azure.Response<Azure.ResourceManager.HDInsight.HDInsightPrivateLinkResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HDInsight.HDInsightPrivateLinkResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HDInsight.HDInsightPrivateLinkResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of HDInsightPrivateLinkResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to