Table of Contents

Class DiscoveredDeviceEndpoints

Namespace
Azure.Iot.Operations.Services.AssetAndDeviceRegistry.DeviceDiscoveryService
Assembly
Azure.Iot.Operations.Services.dll
public class DiscoveredDeviceEndpoints
Inheritance
DiscoveredDeviceEndpoints
Inherited Members

Properties

Inbound

Set of endpoints to connect to the device.

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

Property Value

Dictionary<string, DiscoveredDeviceInboundEndpointSchema>

Outbound

Property bag contains the device's outbound endpoints

[JsonPropertyName("outbound")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public DiscoveredDeviceOutboundEndpointsSchema? Outbound { get; set; }

Property Value

DiscoveredDeviceOutboundEndpointsSchema