次の方法で共有


SynapseKustoPoolResource.GetAllKustoPoolPrivateLinkData メソッド

定義

すべての Kusto プール PrivateLinkResources を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/privateLinkResources
  • 操作IdKustoPoolPrivateLinkResources_List
public virtual Azure.Pageable<Azure.ResourceManager.Synapse.Models.SynapseKustoPoolPrivateLinkData> GetAllKustoPoolPrivateLinkData (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllKustoPoolPrivateLinkData : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Synapse.Models.SynapseKustoPoolPrivateLinkData>
override this.GetAllKustoPoolPrivateLinkData : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Synapse.Models.SynapseKustoPoolPrivateLinkData>
Public Overridable Function GetAllKustoPoolPrivateLinkData (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SynapseKustoPoolPrivateLinkData)

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の SynapseKustoPoolPrivateLinkData サービス要求を受け取る可能性がある のコレクション。

適用対象