CommonPostActionResponseForDeviceUpdate interface

Common response for device updates.

Extends

Properties

configurationState

Gets the configuration state. NOTE: This property will not be serialized. It can only be populated by the server.

failedDevices

List of ARM Resource IDs for which the given action failed to apply.

successfulDevices

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[]

Inherited Property Details

error

The error object.

error?: ErrorDetail

Property Value

Inherited From ErrorResponse.error