Package version:

Interface DataDiskImage

Contains the data disk images information.

interface DataDiskImage {
    lun?: number;
}

Properties

Properties

lun?: number

Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. NOTE: This property will not be serialized. It can only be populated by the server.