Table of Contents

Class OutboundSchema

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

Properties

Assigned

Device messaging endpoint model.

[JsonPropertyName("assigned")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public Dictionary<string, DeviceOutboundEndpoint> Assigned { get; set; }

Property Value

Dictionary<string, DeviceOutboundEndpoint>

Unassigned

Device messaging endpoint model.

[JsonPropertyName("unassigned")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Dictionary<string, DeviceOutboundEndpoint>? Unassigned { get; set; }

Property Value

Dictionary<string, DeviceOutboundEndpoint>