Package version:

Interface GalleryDataDiskImage

This is the data disk image.

interface GalleryDataDiskImage {
    hostCaching?: HostCaching;
    lun: number;
    sizeInGB?: number;
    source?: GalleryDiskImageSource;
}

Hierarchy (view full)

Properties

hostCaching?: HostCaching

The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'

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.

sizeInGB?: number

This property indicates the size of the VHD to be created. NOTE: This property will not be serialized. It can only be populated by the server.

The source for the disk image.