ImageDataDisk

data class ImageDataDisk(val blobUri: String? = null, val caching: String? = null, val lun: Int? = null, val managedDiskId: String? = null, val sizeGb: Int? = null)

Constructors

Link copied to clipboard
fun ImageDataDisk(blobUri: String? = null, caching: String? = null, lun: Int? = null, managedDiskId: String? = null, sizeGb: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val blobUri: String? = null

Specifies the URI in Azure storage of the blob that you want to use to create the image.

Link copied to clipboard
val caching: String? = null

Specifies the caching mode as ReadWrite, ReadOnly, or None. The default is None.

Link copied to clipboard
val lun: Int? = null

Specifies the logical unit number of the data disk.

Link copied to clipboard
val managedDiskId: String? = null

Specifies the ID of the managed disk resource that you want to use to create the image. Changing this forces a new resource to be created.

Link copied to clipboard
val sizeGb: Int? = null

Specifies the size of the image to be created. The target size can't be smaller than the source size.