你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Updates interface

更新配置文件

扩展

属性

deviceLastScannedTime

设备上次执行更新扫描的时间。

deviceVersion

当前设备版本。

inProgressDownloadJobId

如果正在下载,此字段包含该特定下载作业的 JobId

inProgressDownloadJobStartedTime

当前正在运行的下载(如果有)启动的时间

inProgressInstallJobId

如果安装正在进行,此字段包含该特定安装作业的 JobId

inProgressInstallJobStartedTime

当前正在运行的安装(如果有)启动的时间

inProgressScanStartedTime

当前正在运行的扫描(如果有)启动的时间

lastCompletedDownloadJobTime

上次下载作业完成的时间(成功|已取消|失败)设备上的时间。

lastCompletedInstallJobTime

在设备上完成上次安装作业的时间(success|cancelled|failed|failed)。

lastCompletedScanTime

上次扫描作业完成的时间(成功|已取消|失败)设备上的时间。

rebootRequiredForInstall

如果 RegularUpdatesAvailable 为 true,并且检测到至少一个 updateItems 需要重新启动才能安装,则设置为 true。

regularUpdatesAvailable

如果检测到设备的当前版本定期更新,则设置为 true。

status

当前更新操作。

totalItemsPendingForDownload

待下载的项目总数。

totalItemsPendingForInstall

待安装的项目总数。

继承属性

id

标识符。 注意:此属性不会序列化。 它只能由服务器填充。

name

名称。 注意:此属性不会序列化。 它只能由服务器填充。

type

类型。 注意:此属性不会序列化。 它只能由服务器填充。

属性详细信息

deviceLastScannedTime

设备上次执行更新扫描的时间。

deviceLastScannedTime?: Date

属性值

Date

deviceVersion

当前设备版本。

deviceVersion?: string

属性值

string

inProgressDownloadJobId

如果正在下载,此字段包含该特定下载作业的 JobId

inProgressDownloadJobId?: string

属性值

string

inProgressDownloadJobStartedTime

当前正在运行的下载(如果有)启动的时间

inProgressDownloadJobStartedTime?: Date

属性值

Date

inProgressInstallJobId

如果安装正在进行,此字段包含该特定安装作业的 JobId

inProgressInstallJobId?: string

属性值

string

inProgressInstallJobStartedTime

当前正在运行的安装(如果有)启动的时间

inProgressInstallJobStartedTime?: Date

属性值

Date

inProgressScanStartedTime

当前正在运行的扫描(如果有)启动的时间

inProgressScanStartedTime?: Date

属性值

Date

lastCompletedDownloadJobTime

上次下载作业完成的时间(成功|已取消|失败)设备上的时间。

lastCompletedDownloadJobTime?: Date

属性值

Date

lastCompletedInstallJobTime

在设备上完成上次安装作业的时间(success|cancelled|failed|failed)。

lastCompletedInstallJobTime?: Date

属性值

Date

lastCompletedScanTime

上次扫描作业完成的时间(成功|已取消|失败)设备上的时间。

lastCompletedScanTime?: Date

属性值

Date

rebootRequiredForInstall

如果 RegularUpdatesAvailable 为 true,并且检测到至少一个 updateItems 需要重新启动才能安装,则设置为 true。

rebootRequiredForInstall?: boolean

属性值

boolean

regularUpdatesAvailable

如果检测到设备的当前版本定期更新,则设置为 true。

regularUpdatesAvailable?: boolean

属性值

boolean

status

当前更新操作。

status?: UpdateOperation

属性值

totalItemsPendingForDownload

待下载的项目总数。

totalItemsPendingForDownload?: number

属性值

number

totalItemsPendingForInstall

待安装的项目总数。

totalItemsPendingForInstall?: number

属性值

number

继承属性详细信息

id

标识符。 注意:此属性不会序列化。 它只能由服务器填充。

id?: string

属性值

string

继承自 BaseModel.id

name

名称。 注意:此属性不会序列化。 它只能由服务器填充。

name?: string

属性值

string

继承自 BaseModel.name

type

类型。 注意:此属性不会序列化。 它只能由服务器填充。

type?: string

属性值

string

继承自 baseModel.type