Table of Contents

Class DeviceUpdateEventSchema

Namespace
Azure.Iot.Operations.Services.AssetAndDeviceRegistry.AdrBaseService
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

Device

DeviceName

The name of the device that was updated.

[JsonPropertyName("deviceName")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string DeviceName { get; set; }

Property Value

string