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

DiskEncryptionSet 类

定义

磁盘加密集资源。

[Microsoft.Rest.Serialization.JsonTransformation]
public class DiskEncryptionSet : Microsoft.Azure.Management.Compute.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DiskEncryptionSet = class
    inherit Resource
Public Class DiskEncryptionSet
Inherits Resource
继承
DiskEncryptionSet
属性

构造函数

DiskEncryptionSet()

初始化 DiskEncryptionSet 类的新实例。

DiskEncryptionSet(String, String, String, String, IDictionary<String, String>, EncryptionSetIdentity, String, KeyForDiskEncryptionSet, IList<KeyForDiskEncryptionSet>, String, Nullable<Boolean>, Nullable<DateTime>, ApiError, String)

初始化 DiskEncryptionSet 类的新实例。

属性

ActiveKey

获取或设置此磁盘加密集当前使用的密钥保管库密钥。

AutoKeyRotationError

获取自动密钥轮换期间遇到的错误。 如果存在错误,则在修复此磁盘加密集上的错误之前,不会尝试自动密钥轮换。

EncryptionType

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

FederatedClientId

获取或设置用于访问不同租户中的密钥保管库的多租户应用程序客户端 ID。 将值设置为“None”将清除 属性。

Id

获取资源 ID

(继承自 Resource)
Identity

磁盘加密集资源。

LastKeyRotationTimestamp

获取此磁盘加密集的活动密钥的更新时间。

Location

获取或设置资源位置

(继承自 Resource)
Name

获取资源名称

(继承自 Resource)
PreviousKeys

获取密钥轮换正在进行时此磁盘加密集以前使用的密钥保管库密钥的只读集合。 如果没有正在进行的密钥轮换,它将为空。

ProvisioningState

获取磁盘加密集预配状态。

RotationToLatestKeyVersionEnabled

获取或设置此标志设置为 true,以启用此磁盘加密集到最新密钥版本的自动更新。

Tags

获取或设置资源标记

(继承自 Resource)
Type

获取资源类型

(继承自 Resource)

方法

Validate()

验证 对象。

适用于