你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DataFactoryEncryptionConfiguration 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
工厂 CMK 的定义。
public class DataFactoryEncryptionConfiguration
type DataFactoryEncryptionConfiguration = class
Public Class DataFactoryEncryptionConfiguration
- 继承
-
DataFactoryEncryptionConfiguration
构造函数
DataFactoryEncryptionConfiguration(String, Uri) |
初始化 DataFactoryEncryptionConfiguration 的新实例。 |
属性
KeyName |
Azure 中要用作客户管理的密钥密钥保管库密钥的名称。 |
KeyVersion |
用于 CMK 的密钥的版本。 如果未提供,将使用最新版本。 |
UserAssignedIdentity |
要向客户的密钥保管库进行身份验证的用户分配标识的资源 ID。 |
VaultBaseUri |
用于 CMK 的 Azure 密钥保管库的 URL。 |