CommonPostActionResponseForDeviceUpdate interface
Common response for device updates.
- Extends
Properties
configuration |
Gets the configuration state. NOTE: This property will not be serialized. It can only be populated by the server. |
failed |
List of ARM Resource IDs for which the given action failed to apply. |
successful |
List of ARM Resource IDs for which the given action applied successfully. |
Inherited Properties
error | The error object. |
Property Details
configurationState
Gets the configuration state. NOTE: This property will not be serialized. It can only be populated by the server.
configurationState?: string
Property Value
string
failedDevices
List of ARM Resource IDs for which the given action failed to apply.
failedDevices?: string[]
Property Value
string[]
successfulDevices
List of ARM Resource IDs for which the given action applied successfully.
successfulDevices?: string[]
Property Value
string[]