DataDiskImageEncryption Class

Contains encryption settings for a data disk image.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.compute.v2021_07_01.models._models_py3.DiskImageEncryption
DataDiskImageEncryption

Constructor

DataDiskImageEncryption(*, lun: int, disk_encryption_set_id: Optional[str] = None, **kwargs)

Parameters

disk_encryption_set_id
str
Required

A relative URI containing the resource ID of the disk encryption set.

lun
int
Required

Required. 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.