次の方法で共有


SynapseIntegrationRuntimeResource.GetIntegrationRuntimeAuthKeyAsync メソッド

定義

統合ランタイムで認証キーを一覧表示する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/listAuthKeys
  • 操作IdIntegrationRuntimeAuthKeys_List
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeAuthKeys>> GetIntegrationRuntimeAuthKeyAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetIntegrationRuntimeAuthKeyAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeAuthKeys>>
override this.GetIntegrationRuntimeAuthKeyAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeAuthKeys>>
Public Overridable Function GetIntegrationRuntimeAuthKeyAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SynapseIntegrationRuntimeAuthKeys))

パラメーター

cancellationToken
CancellationToken

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

戻り値

適用対象