VirtualMachineInstancePropertiesResponseOsDisk

data class VirtualMachineInstancePropertiesResponseOsDisk(val id: String? = null, val osType: String? = null)

VHD to attach as OS disk

Constructors

constructor(id: String? = null, osType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

Resource ID of the OS disk

Link copied to clipboard
val osType: String? = null

This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.