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
EncryptionProperties

Constructor

EncryptionProperties(*, key_source: Optional[Union[str, azure.mgmt.batch.models._batch_management_client_enums.KeySource]] = None, key_vault_properties: Optional[azure.mgmt.batch.models._models_py3.KeyVaultProperties] = None, **kwargs)

Variables

key_source
str or KeySource

Type of the key source. Possible values include: "Microsoft.Batch", "Microsoft.KeyVault".

key_vault_properties
KeyVaultProperties

Additional details when using Microsoft.KeyVault.