Class UpdateDeviceStatusResponsePayload
- Assembly
- Azure.Iot.Operations.Services.dll
Response containing the updated device status or error details if the update failed.
public class UpdateDeviceStatusResponsePayload : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
UpdateDeviceStatusResponsePayload
- Implements
- Inherited Members
Properties
UpdatedDeviceStatus
The updated device status containing the specific inbound endpoint status as specified by the request.
[JsonPropertyName("updatedDeviceStatus")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public DeviceStatus UpdatedDeviceStatus { get; set; }