CommonPostActionResponseForDeviceUpdate interface
裝置更新的常見回應。
- Extends
屬性
configuration |
取得組態狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
failed |
指定動作無法套用的 ARM 資源識別碼清單。 |
successful |
成功套用指定動作的 ARM 資源識別碼清單。 |
繼承的屬性
error | error 物件。 |
屬性詳細資料
configurationState
取得組態狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。
configurationState?: string
屬性值
string
failedDevices
指定動作無法套用的 ARM 資源識別碼清單。
failedDevices?: string[]
屬性值
string[]
successfulDevices
成功套用指定動作的 ARM 資源識別碼清單。
successfulDevices?: string[]
屬性值
string[]