data class ImageOsDisk(val blobUri: String? = null, val caching: String? = null, val diskEncryptionSetId: String? = null, val managedDiskId: String? = null, val osState: String? = null, val osType: String? = null, val sizeGb: Int? = null)
Specifies the state of the operating system contained in the blob. Currently, the only value is Generalized. Possible values are Generalized and Specialized.