OSDiskDetailsResponse

data class OSDiskDetailsResponse(val osType: String? = null, val osVhdId: String? = null, val vhdName: String? = null)

Details of the OS Disk.

Constructors

Link copied to clipboard
constructor(osType: String? = null, osVhdId: String? = null, vhdName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val osType: String? = null

The type of the OS on the VM.

Link copied to clipboard
val osVhdId: String? = null

The id of the disk containing the OS.

Link copied to clipboard
val vhdName: String? = null

The OS disk VHD name.