你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DiskEncryptionSetUpdate interface
磁盘加密集更新资源。
属性
active |
用于对托管磁盘和快照进行服务器端加密的 Key Vault 密钥 URL |
encryption |
用于加密磁盘数据的密钥类型。 |
federated |
多租户应用程序客户端 ID,用于访问不同租户中的密钥保管库。 将值设置为“None”将清除该属性。 |
identity | 磁盘加密集的托管标识。 它应授予对密钥保管库的权限,然后才能用于加密磁盘。 |
rotation |
将此标志设置为 true 以启用此磁盘加密设置为最新密钥版本的自动更新。 |
tags | 资源标记 |
属性详细信息
activeKey
用于对托管磁盘和快照进行服务器端加密的 Key Vault 密钥 URL
activeKey?: KeyForDiskEncryptionSet
属性值
encryptionType
用于加密磁盘数据的密钥类型。
encryptionType?: string
属性值
string
federatedClientId
多租户应用程序客户端 ID,用于访问不同租户中的密钥保管库。 将值设置为“None”将清除该属性。
federatedClientId?: string
属性值
string
identity
rotationToLatestKeyVersionEnabled
将此标志设置为 true 以启用此磁盘加密设置为最新密钥版本的自动更新。
rotationToLatestKeyVersionEnabled?: boolean
属性值
boolean
tags
资源标记
tags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}