Package version:

Interface DataDiskImageEncryption

Contains encryption settings for a data disk image.

interface DataDiskImageEncryption {
    diskEncryptionSetId?: string;
    lun: number;
}

Hierarchy (view full)

Properties

diskEncryptionSetId?: string

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

lun: number

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.