Share via


KustoPrivateLinkResource.Get(CancellationToken) Method

Definition

Gets a private link resource.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to