Share via


SynapseKustoPoolResource.GetAllKustoPoolPrivateLinkDataAsync Method

Definition

Lists all Kusto pool PrivateLinkResources.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/privateLinkResources
  • Operation Id: KustoPoolPrivateLinkResources_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Synapse.Models.SynapseKustoPoolPrivateLinkData> GetAllKustoPoolPrivateLinkDataAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllKustoPoolPrivateLinkDataAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Synapse.Models.SynapseKustoPoolPrivateLinkData>
override this.GetAllKustoPoolPrivateLinkDataAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Synapse.Models.SynapseKustoPoolPrivateLinkData>
Public Overridable Function GetAllKustoPoolPrivateLinkDataAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SynapseKustoPoolPrivateLinkData)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of SynapseKustoPoolPrivateLinkData that may take multiple service requests to iterate over.

Applies to