你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
KeyClient.UpdateKeyPropertiesAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
更新密钥操作会更改存储密钥的指定属性,并且可以应用于 Azure 密钥保管库中存储的任何密钥类型和密钥版本。
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Security.KeyVault.Keys.KeyVaultKey>> UpdateKeyPropertiesAsync (Azure.Security.KeyVault.Keys.KeyProperties properties, System.Collections.Generic.IEnumerable<Azure.Security.KeyVault.Keys.KeyOperation> keyOperations = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateKeyPropertiesAsync : Azure.Security.KeyVault.Keys.KeyProperties * seq<Azure.Security.KeyVault.Keys.KeyOperation> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Security.KeyVault.Keys.KeyVaultKey>>
override this.UpdateKeyPropertiesAsync : Azure.Security.KeyVault.Keys.KeyProperties * seq<Azure.Security.KeyVault.Keys.KeyOperation> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Security.KeyVault.Keys.KeyVaultKey>>
Public Overridable Function UpdateKeyPropertiesAsync (properties As KeyProperties, Optional keyOperations As IEnumerable(Of KeyOperation) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of KeyVaultKey))
参数
- properties
- KeyProperties
KeyProperties具有更新属性的对象。
- keyOperations
- IEnumerable<KeyOperation>
支持的 KeyOperation可选列表。 如果为 null,则不会对现有密钥操作进行更改。
- cancellationToken
- CancellationToken
控制 CancellationToken 请求生存期的 。
返回
例外
properties
或 keyOperations
为 null。
服务器返回了错误。 有关从服务器返回的详细信息,请参阅 Message 。
注解
若要执行此操作,该密钥必须已存在于密钥保管库中。 注意:无法更改密钥本身的加密材料。 此操作需要密钥/更新权限。