Package version:

The updates profile

Hierarchy

Properties

deviceLastScannedTime?: Date

The last time when the device did an update scan.

deviceVersion?: string

The current Device version.

id?: string

The identifier. NOTE: This property will not be serialized. It can only be populated by the server.

inProgressDownloadJobId?: string

If a download is in progress, this field contains the JobId of that particular download job

inProgressDownloadJobStartedTime?: Date

The time when the currently running download (if any) started

inProgressInstallJobId?: string

If an install is in progress, this field contains the JobId of that particular install job

inProgressInstallJobStartedTime?: Date

The time when the currently running install (if any) started

inProgressScanStartedTime?: Date

The time when the currently running scan (if any) started

lastCompletedDownloadJobTime?: Date

The time when the last Download job was completed (success|cancelled|failed) on the device.

lastCompletedInstallJobTime?: Date

The time when the last Install job was completed (success|cancelled|failed) on the device.

lastCompletedScanTime?: Date

The time when the last scan job was completed (success|cancelled|failed) on the device.

name?: string

The name. NOTE: This property will not be serialized. It can only be populated by the server.

rebootRequiredForInstall?: boolean

Set to true if RegularUpdatesAvailable is true and if at least one of the updateItems detected has needs a reboot to install.

regularUpdatesAvailable?: boolean

Set to true if regular updates were detected for the current version of the device.

The current update operation.

totalItemsPendingForDownload?: number

The total number of items pending for download.

totalItemsPendingForInstall?: number

The total number of items pending for install.

type?: string

The type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc