你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
KeyAttributes 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
密钥保管库服务管理的密钥的属性。
public class KeyAttributes : Microsoft.Azure.KeyVault.Models.Attributes
type KeyAttributes = class
inherit Attributes
Public Class KeyAttributes
Inherits Attributes
- 继承
构造函数
KeyAttributes() |
初始化 KeyAttributes 类的新实例。 |
KeyAttributes(Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String) |
初始化 KeyAttributes 类的新实例。 |
属性
Created |
获取 UTC 格式的创建时间。 (继承自 Attributes) |
Enabled |
获取或设置确定是否启用 对象。 (继承自 Attributes) |
Expires |
获取或设置 UTC 的到期日期。 (继承自 Attributes) |
NotBefore |
获取或设置不早于 UTC 日期。 (继承自 Attributes) |
RecoveryLevel |
获取 反映当前对当前保管库中的密钥有效的删除恢复级别。 如果它包含“可清除”,则特权用户可永久删除密钥;否则,只有系统可以在保留间隔结束时清除密钥。 可能的值包括:“Purgeable”、“Recoverable+Purgeable”、“Recoverable”、“Recoverable+ProtectedSubscription” |
Updated |
获取 UTC 的上次更新时间。 (继承自 Attributes) |