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.v2019_12_01.models._models_py3.DiskImageEncryption
DataDiskImageEncryption

Constructor

DataDiskImageEncryption(*, lun: int, disk_encryption_set_id: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
disk_encryption_set_id
str

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

lun
int

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
str

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

lun
int

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.