你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SynapseIntegrationRuntimeResource.RegenerateIntegrationRuntimeAuthKey 方法

定义

重新生成集成运行时的身份验证密钥

  • 请求路径/subscriptions/{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。

适用于