共用方式為


CommonPostActionResponseForDeviceUpdate interface

裝置更新的常見回應。

Extends

屬性

configurationState

取得組態狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

failedDevices

指定動作無法套用的 ARM 資源識別碼清單。

successfulDevices

成功套用指定動作的 ARM 資源識別碼清單。

繼承的屬性

error

error 物件。

屬性詳細資料

configurationState

取得組態狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

configurationState?: string

屬性值

string

failedDevices

指定動作無法套用的 ARM 資源識別碼清單。

failedDevices?: string[]

屬性值

string[]

successfulDevices

成功套用指定動作的 ARM 資源識別碼清單。

successfulDevices?: string[]

屬性值

string[]

繼承的屬性詳細資料

error

error 物件。

error?: ErrorDetail

屬性值

繼承自ErrorResponse.error