你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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