Package version:

Details of the OS Disk.

interface OSDiskDetails {
    osType?: string;
    osVhdId?: string;
    vhdName?: string;
}

Properties

osType?: string

The type of the OS on the VM.

osVhdId?: string

The id of the disk containing the OS.

vhdName?: string

The OS disk VHD name.