Partager via


SynapseKustoPoolResource.GetAllKustoPoolPrivateLinkDataAsync Méthode

Définition

Répertorie tous les PrivateLinkResources du pool Kusto.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/privateLinkResources
  • Opération IdKustoPoolPrivateLinkResources_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)

Paramètres

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection asynchrone de qui peut nécessiter plusieurs demandes de SynapseKustoPoolPrivateLinkData service pour itérer.

S’applique à