SynapseIntegrationRuntimeResource.RegenerateIntegrationRuntimeAuthKey メソッド

定義

統合ランタイムの認証キーを再生成する

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

パラメーター

content
IntegrationRuntimeRegenerateKeyContent

統合ランタイム認証キーを再生成するためのパラメーター。

cancellationToken
CancellationToken

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

戻り値

例外

content が null です。

適用対象