DataDiskImageEncryption Class
Contains encryption settings for a data disk image.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.compute.v2021_10_01.models._models_py3.DiskImageEncryptionDataDiskImageEncryption
Constructor
DataDiskImageEncryption(*, lun: int, disk_encryption_set_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
disk_encryption_set_id
|
A relative URI containing the resource ID of the disk encryption set. |
lun
|
This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine. Required. |
Variables
Name | Description |
---|---|
disk_encryption_set_id
|
A relative URI containing the resource ID of the disk encryption set. |
lun
|
This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine. Required. |
Azure SDK for Python