Class UpdateDeviceStatusRequestPayload
- Assembly
- Azure.Iot.Operations.Services.dll
The device status to update. Fields omitted in the request will be removed. The specified inbound endpoint status will be added or updated in the inbound endpoints map.
public class UpdateDeviceStatusRequestPayload : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
UpdateDeviceStatusRequestPayload
- Implements
- Inherited Members
Properties
DeviceStatusUpdate
The 'deviceStatusUpdate' Field.
[JsonPropertyName("deviceStatusUpdate")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public DeviceStatus DeviceStatusUpdate { get; set; }