GetImagesImageDataDisk

data class GetImagesImageDataDisk(val blobUri: String, val caching: String, val lun: Int, val managedDiskId: String, val sizeGb: Int)

Constructors

Link copied to clipboard
constructor(blobUri: String, caching: String, lun: Int, managedDiskId: String, sizeGb: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

the URI in Azure storage of the blob used to create the image.

Link copied to clipboard

the caching mode for the Data Disk.

Link copied to clipboard
val lun: Int

the logical unit number of the data disk.

Link copied to clipboard

the ID of the Managed Disk used as the Data Disk Image.

Link copied to clipboard
val sizeGb: Int

the size of this Data Disk in GB.