Class DeviceUpdateEventSchema
- Assembly
- Azure.Iot.Operations.Services.dll
public class DeviceUpdateEventSchema : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
DeviceUpdateEventSchema
- Implements
- Inherited Members
Properties
Device
The updated device resource, containing the specific inbound endpoint details as specified in the topic.
[JsonPropertyName("device")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public Device Device { get; set; }
Property Value
DeviceName
The name of the device that was updated.
[JsonPropertyName("deviceName")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string DeviceName { get; set; }