VirtualMachineInstancePropertiesOsDiskArgs

data class VirtualMachineInstancePropertiesOsDiskArgs(val id: Output<String>? = null, val osType: Output<OperatingSystemTypes>? = null) : ConvertibleToJava<VirtualMachineInstancePropertiesOsDiskArgs>

VHD to attach as OS disk

Constructors

constructor(id: Output<String>? = null, osType: Output<OperatingSystemTypes>? = null)

Properties

Link copied to clipboard
val id: Output<String>? = null

Resource ID of the OS disk

Link copied to clipboard
val osType: Output<OperatingSystemTypes>? = 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.

Functions

Link copied to clipboard
open override fun toJava(): VirtualMachineInstancePropertiesOsDiskArgs