GetImageOsDisk

data class GetImageOsDisk(val blobUri: String, val caching: String, val managedDiskId: String, val osState: String, val osType: String, val sizeGb: Int)

Constructors

Link copied to clipboard
constructor(blobUri: String, caching: String, managedDiskId: String, osState: String, osType: 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, such as ReadWrite, ReadOnly, or None.

Link copied to clipboard

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

Link copied to clipboard

the State of the OS used in the Image, such as Generalized.

Link copied to clipboard

the type of Operating System used on the OS Disk. such as Linux or Windows.

Link copied to clipboard
val sizeGb: Int

the size of this Data Disk in GB.