OSDiskDetails interface
Details of the OS Disk.
Properties
os |
The type of the OS on the VM. |
os |
The id of the disk containing the OS. |
vhd |
The OS disk VHD name. |
Property Details
osType
The type of the OS on the VM.
osType?: string
Property Value
string
osVhdId
The id of the disk containing the OS.
osVhdId?: string
Property Value
string
vhdName
The OS disk VHD name.
vhdName?: string
Property Value
string