Table of Contents

Class DeviceUpdateEventTelemetry

Namespace
Azure.Iot.Operations.Services.AssetAndDeviceRegistry.AdrBaseService
Assembly
Azure.Iot.Operations.Services.dll
public class DeviceUpdateEventTelemetry : IJsonOnDeserialized, IJsonOnSerializing
Inheritance
DeviceUpdateEventTelemetry
Implements
Inherited Members

Properties

DeviceUpdateEvent

Telemetry event emitted when a device is updated, containing the relevant inbound endpoint details as specified in the topic.

[JsonPropertyName("deviceUpdateEvent")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public DeviceUpdateEventSchema DeviceUpdateEvent { get; set; }

Property Value

DeviceUpdateEventSchema