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

BatchAccountEncryptionConfiguration 类

定义

配置如何在 Batch 帐户中加密客户数据。 默认情况下,使用 Microsoft 托管密钥对帐户进行加密。 对于其他控制,可以改用客户管理的密钥。

public class BatchAccountEncryptionConfiguration
type BatchAccountEncryptionConfiguration = class
Public Class BatchAccountEncryptionConfiguration
继承
BatchAccountEncryptionConfiguration

构造函数

BatchAccountEncryptionConfiguration()

初始化 BatchAccountEncryptionConfiguration 的新实例。

属性

KeyIdentifier

包含或不包含版本的机密的完整路径。 示例 https://mykeyvault.vault.azure.net/keys/testkey/6e34a81fef704045975661e297a4c053。 或 https://mykeyvault.vault.azure.net/keys/testkey。 若要使用,必须满足以下先决条件:

Batch 帐户具有系统分配的标识 帐户标识已被授予密钥/获取、密钥/解包和密钥/包装权限 KeyVault 已启用软删除和清除保护

KeySource

密钥源的类型。

适用于