GalleryOSDiskImageResponse

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

This is the OS disk image.

Constructors

Link copied to clipboard
constructor(hostCaching: String? = null, 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

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

Link copied to clipboard

The source for the disk image.