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

CommonPostActionResponseForDeviceUpdate interface

设备更新的常见反应。

扩展

属性

configurationState

获取配置状态。

failedDevices

未应用该操作的ARM资源ID列表。

successfulDevices

该操作成功应用的ARM资源ID列表。

继承属性

error

错误对象。

属性详细信息

configurationState

获取配置状态。

configurationState?: string

属性值

string

failedDevices

未应用该操作的ARM资源ID列表。

failedDevices?: string[]

属性值

string[]

successfulDevices

该操作成功应用的ARM资源ID列表。

successfulDevices?: string[]

属性值

string[]

继承属性详细信息

error

错误对象。

error?: ErrorDetail

属性值

继承自CommonErrorResponse.error