Virtual Machine Storage Os Disk
data class VirtualMachineStorageOsDisk(val caching: String? = null, val createOption: String, val diskSizeGb: Int? = null, val imageUri: String? = null, val managedDiskId: String? = null, val managedDiskType: String? = null, val name: String, val osType: String? = null, val vhdUri: String? = null, val writeAcceleratorEnabled: Boolean? = null)
Constructors
Types
Properties
Link copied to clipboard
Link copied to clipboard
Specifies if Write Accelerator is enabled on the disk. This can only be enabled on Premium_LRS
managed disks with no caching and M-Series VMs. Defaults to false
. The following properties apply when using Managed Disks: