Os Disk Response
    data class OsDiskResponse(val diskSizeGB: Int? = null, val name: String? = null, val osType: String? = null)
Specifies information about the operating system disk used by the virtual machine. 
 For more information about disks, see About disks and VHDs for Azure virtual machines.