Virtual Machine Scale Set OSDisk Response
data class VirtualMachineScaleSetOSDiskResponse(val caching: String? = null, val createOption: String, val diffDiskSettings: DiffDiskSettingsResponse? = null, val diskSizeGB: Int? = null, val image: VirtualHardDiskResponse? = null, val managedDisk: VirtualMachineScaleSetManagedDiskParametersResponse? = null, val name: String? = null, val osType: String? = null, val vhdContainers: List<String>? = null, val writeAcceleratorEnabled: Boolean? = null)
Describes a virtual machine scale set operating system disk.
Constructors
Link copied to clipboard
fun VirtualMachineScaleSetOSDiskResponse(caching: String? = null, createOption: String, diffDiskSettings: DiffDiskSettingsResponse? = null, diskSizeGB: Int? = null, image: VirtualHardDiskResponse? = null, managedDisk: VirtualMachineScaleSetManagedDiskParametersResponse? = null, name: String? = null, osType: String? = null, vhdContainers: List<String>? = null, writeAcceleratorEnabled: Boolean? = null)
Types
Properties
Link copied to clipboard
Specifies how the virtual machines in the scale set should be created.
The only allowed value is: FromImage \u2013 This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace image, you also use the plan element previously described.