DiskEncryptionConfiguration Class
The disk encryption configuration applied on compute nodes in the pool. Disk encryption configuration is not supported on Linux pool created with Virtual Machine Image or Azure Compute Gallery Image.
Constructor
DiskEncryptionConfiguration(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
targets
|
The list of disk targets Batch Service will encrypt on the compute node. |
|
customer_managed_key
|
The Customer Managed Key reference to encrypt the OS Disk. |
Attributes
customer_managed_key
The Customer Managed Key reference to encrypt the OS Disk.
customer_managed_key: _models.DiskCustomerManagedKey | None
targets
The list of disk targets Batch Service will encrypt on the compute node.
targets: list[typing.Union[str, ForwardRef('_models.DiskEncryptionTarget')]] | None