你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EncryptionProtector 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
服务器加密保护程序。
[Microsoft.Rest.Serialization.JsonTransformation]
public class EncryptionProtector : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type EncryptionProtector = class
inherit ProxyResource
Public Class EncryptionProtector
Inherits ProxyResource
- 继承
- 属性
构造函数
EncryptionProtector() |
初始化 EncryptionProtector 类的新实例。 |
EncryptionProtector(String, String, String, String, String, String, String, String, String, String, Nullable<Boolean>) |
初始化 EncryptionProtector 类的新实例。 |
属性
AutoRotationEnabled |
获取或设置密钥自动轮换选择加入标志。 true 或 false。 |
Id |
获取资源 ID。 (继承自 Resource) |
Kind |
获取加密保护程序的种类。 这是用于Azure 门户体验的元数据。 |
Location |
获取资源位置。 |
Name |
获取资源名称。 (继承自 Resource) |
ServerKeyName |
获取或设置服务器密钥的名称。 |
ServerKeyType |
获取或设置加密保护程序类型,例如“ServiceManaged”、“AzureKeyVault”。 可能的值包括:“ServiceManaged”、“AzureKeyVault” |
Subregion |
获取加密保护程序的子区域。 |
Thumbprint |
获取服务器密钥的指纹。 |
Type |
获取资源类型。 (继承自 Resource) |
Uri |
获取服务器密钥的 URI。 |
方法
Validate() |
验证 对象。 |