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

KeyVaultKeyAttributes 构造函数

定义

重载

KeyVaultKeyAttributes()

初始化 KeyVaultKeyAttributes 类的新实例。

KeyVaultKeyAttributes(Nullable<Boolean>, Nullable<Int64>, Nullable<Int64>)

初始化 KeyVaultKeyAttributes 类的新实例。

KeyVaultKeyAttributes()

初始化 KeyVaultKeyAttributes 类的新实例。

public KeyVaultKeyAttributes ();
Public Sub New ()

适用于

KeyVaultKeyAttributes(Nullable<Boolean>, Nullable<Int64>, Nullable<Int64>)

初始化 KeyVaultKeyAttributes 类的新实例。

public KeyVaultKeyAttributes (bool? enabled = default, long? created = default, long? updated = default);
new Microsoft.Azure.Management.Logic.Models.KeyVaultKeyAttributes : Nullable<bool> * Nullable<int64> * Nullable<int64> -> Microsoft.Azure.Management.Logic.Models.KeyVaultKeyAttributes
Public Sub New (Optional enabled As Nullable(Of Boolean) = Nothing, Optional created As Nullable(Of Long) = Nothing, Optional updated As Nullable(Of Long) = Nothing)

参数

enabled
Nullable<Boolean>

密钥是否已启用。

created
Nullable<Int64>

创建密钥时。

updated
Nullable<Int64>

密钥更新的时间。

适用于