GalleryDataDiskImageResponse

data class GalleryDataDiskImageResponse(val hostCaching: String? = null, val lun: Int, val sizeInGB: Int, val source: GalleryDiskImageSourceResponse? = null)

This is the data disk image.

Constructors

Link copied to clipboard
constructor(hostCaching: String? = null, lun: Int, sizeInGB: Int, source: GalleryDiskImageSourceResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hostCaching: String? = null

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

Link copied to clipboard
val 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.

Link copied to clipboard

This property indicates the size of the VHD to be created.

Link copied to clipboard

The source for the disk image.