VirtualMachineInstancePropertiesStorageProfileOsDiskResponse

VHD to attach as OS disk

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The ARM ID for a Virtual Hard Disk.

Link copied to clipboard

The managed disk parameters.

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.