你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PostgreSqlFlexibleServerDataEncryption 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
服务器的数据加密属性。
public class PostgreSqlFlexibleServerDataEncryption
type PostgreSqlFlexibleServerDataEncryption = class
Public Class PostgreSqlFlexibleServerDataEncryption
- 继承
-
PostgreSqlFlexibleServerDataEncryption
构造函数
PostgreSqlFlexibleServerDataEncryption() |
初始化 PostgreSqlFlexibleServerDataEncryption 的新实例。 |
属性
GeoBackupEncryptionKeyStatus |
已启用数据加密的服务器的异地备份加密密钥状态。 |
GeoBackupKeyUri |
keyvault 中密钥的 URI,用于服务器异地备份的数据加密。 |
GeoBackupUserAssignedIdentityId |
要用于服务器异地备份的数据加密的用户分配标识的资源 ID。 |
KeyType |
数据加密类型,用于描述它是系统托管还是 Azure Key Vault。 |
PrimaryEncryptionKeyStatus |
已启用数据加密的服务器的主加密密钥状态。 |
PrimaryKeyUri |
keyvault 中密钥的 URI,用于主服务器的数据加密。 |
PrimaryUserAssignedIdentityId |
要用于主服务器数据加密的用户分配标识的资源 ID。 |