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

RestorePointEncryption 类

定义

磁盘还原点的静态加密设置。 它是一个可选属性,可以在创建还原点时在输入中指定。

public class RestorePointEncryption
type RestorePointEncryption = class
Public Class RestorePointEncryption
继承
RestorePointEncryption

构造函数

RestorePointEncryption()

初始化 RestorePointEncryption 类的新实例。

RestorePointEncryption(DiskEncryptionSetParameters, String)

初始化 RestorePointEncryption 类的新实例。

属性

DiskEncryptionSet

磁盘还原点的静态加密设置。 它是一个可选属性,可以在创建还原点时在输入中指定。

Type

获取或设置可能的值包括:“EncryptionAtRestWithPlatformKey”、“EncryptionAtRestWithCustomerKey”、“EncryptionAtRestWithPlatformAndCustomerKeys”

适用于