EncryptionProperties Class
Configures how customer data is encrypted inside the Batch account. By default, accounts are encrypted using a Microsoft managed key. For additional control, a customer-managed key can be used instead.
- Inheritance
-
azure.mgmt.batch._serialization.ModelEncryptionProperties
Constructor
EncryptionProperties(*, key_source: str | _models.KeySource | None = None, key_vault_properties: _models.KeyVaultProperties | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
key_source
|
Type of the key source. Known values are: "Microsoft.Batch" and "Microsoft.KeyVault". |
key_vault_properties
|
Additional details when using Microsoft.KeyVault. |
Variables
Name | Description |
---|---|
key_source
|
Type of the key source. Known values are: "Microsoft.Batch" and "Microsoft.KeyVault". |
key_vault_properties
|
Additional details when using Microsoft.KeyVault. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python