Package version:

The Mobility Service update details.

interface MobilityServiceUpdate {
    osType?: string;
    rebootStatus?: string;
    version?: string;
}

Properties

osType?: string

The OS type.

rebootStatus?: string

The reboot status of the update - whether it is required or not.

version?: string

The version of the latest update.