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

KeyClient.RotateKeyAsync(String, CancellationToken) 方法

定义

在 密钥保管库 中创建新的密钥版本,存储它,然后返回新的 KeyVaultKey

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Security.KeyVault.Keys.KeyVaultKey>> RotateKeyAsync (string name, System.Threading.CancellationToken cancellationToken = default);
abstract member RotateKeyAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Security.KeyVault.Keys.KeyVaultKey>>
override this.RotateKeyAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Security.KeyVault.Keys.KeyVaultKey>>
Public Overridable Function RotateKeyAsync (name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of KeyVaultKey))

参数

name
String

要轮换的密钥的名称。 系统会在指定的密钥中生成新版本。

cancellationToken
CancellationToken

控制 CancellationToken 请求生存期的 。

返回

新版本的轮换 KeyVaultKey

例外

name 包含一个空字符串。

name 为 null。

服务器返回了错误。 有关从服务器返回的详细信息,请参阅 Message

注解

该操作将根据密钥策略轮换密钥。 它需要密钥/轮换权限。

适用于