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

IntegrationRuntimeAuthKeysOperationsExtensions.RegenerateAsync 方法

定义

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeAuthKeys> RegenerateAsync(this Microsoft.Azure.Management.Synapse.IIntegrationRuntimeAuthKeysOperations operations, string resourceGroupName, string workspaceName, string integrationRuntimeName, Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeRegenerateKeyParameters regenerateKeyParameters, System.Threading.CancellationToken cancellationToken = default);
static member RegenerateAsync : Microsoft.Azure.Management.Synapse.IIntegrationRuntimeAuthKeysOperations * string * string * string * Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeRegenerateKeyParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeAuthKeys>
<Extension()>
Public Function RegenerateAsync (operations As IIntegrationRuntimeAuthKeysOperations, resourceGroupName As String, workspaceName As String, integrationRuntimeName As String, regenerateKeyParameters As IntegrationRuntimeRegenerateKeyParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IntegrationRuntimeAuthKeys)

参数

operations
IIntegrationRuntimeAuthKeysOperations

此扩展方法的操作组。

resourceGroupName
String

资源组的名称。 此名称不区分大小写。

workspaceName
String

工作区的名称。

integrationRuntimeName
String

集成运行时名称

regenerateKeyParameters
IntegrationRuntimeRegenerateKeyParameters

用于重新生成集成运行时身份验证密钥的参数。

cancellationToken
CancellationToken

取消标记。

返回

注解

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

适用于