你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
KeyEncryptionKey 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
KeyEncryptionKey() |
初始化 KeyEncryptionKey 类的新实例。 |
KeyEncryptionKey(KekType, IdentityProperties, String, String) |
初始化 KeyEncryptionKey 类的新实例。 |
KeyEncryptionKey()
初始化 KeyEncryptionKey 类的新实例。
public KeyEncryptionKey ();
Public Sub New ()
适用于
KeyEncryptionKey(KekType, IdentityProperties, String, String)
初始化 KeyEncryptionKey 类的新实例。
public KeyEncryptionKey (Microsoft.Azure.Management.DataBox.Models.KekType kekType, Microsoft.Azure.Management.DataBox.Models.IdentityProperties identityProperties = default, string kekUrl = default, string kekVaultResourceID = default);
new Microsoft.Azure.Management.DataBox.Models.KeyEncryptionKey : Microsoft.Azure.Management.DataBox.Models.KekType * Microsoft.Azure.Management.DataBox.Models.IdentityProperties * string * string -> Microsoft.Azure.Management.DataBox.Models.KeyEncryptionKey
Public Sub New (kekType As KekType, Optional identityProperties As IdentityProperties = Nothing, Optional kekUrl As String = Nothing, Optional kekVaultResourceID As String = Nothing)
参数
- kekType
- KekType
用于密钥加密的加密密钥类型。 可能的值包括:“MicrosoftManaged”、“CustomerManaged”
- identityProperties
- IdentityProperties
用于密钥加密的托管标识属性。
- kekUrl
- String
密钥加密密钥。 对于客户托管的 KekType,需要用到它。
- kekVaultResourceID
- String
Kek 保管库资源 ID。对于客户托管的 KekType,需要用到它。