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.
- Inheritance
-
azure.mgmt.batch._serialization.ModelDiskEncryptionConfiguration
Constructor
DiskEncryptionConfiguration(*, targets: List[str | _models.DiskEncryptionTarget] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
targets
|
On Linux pool, only "TemporaryDisk" is supported; on Windows pool, "OsDisk" and "TemporaryDisk" must be specified. |
Variables
Name | Description |
---|---|
targets
|
On Linux pool, only "TemporaryDisk" is supported; on Windows pool, "OsDisk" and "TemporaryDisk" must be specified. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python