你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CommonPostActionResponseForDeviceUpdate interface
设备更新的常见响应。
- Extends
属性
configuration |
获取配置状态。 注意:此属性不会被序列化。 它只能由服务器填充。 |
failed |
给定操作无法应用的 ARM 资源 ID 列表。 |
successful |
成功应用给定操作的 ARM 资源 ID 列表。 |
继承属性
error | 错误对象。 |
属性详细信息
configurationState
获取配置状态。 注意:此属性不会被序列化。 它只能由服务器填充。
configurationState?: string
属性值
string
failedDevices
给定操作无法应用的 ARM 资源 ID 列表。
failedDevices?: string[]
属性值
string[]
successfulDevices
成功应用给定操作的 ARM 资源 ID 列表。
successfulDevices?: string[]
属性值
string[]