Table of Contents

Class DiscoveredDeviceEndpoints

Namespace
Azure.Iot.Operations.Services.AssetAndDeviceRegistry.Models
Assembly
Azure.Iot.Operations.Services.dll
public record DiscoveredDeviceEndpoints : IEquatable<DiscoveredDeviceEndpoints>
Inheritance
DiscoveredDeviceEndpoints
Implements
Inherited Members

Properties

Inbound

public Dictionary<string, DiscoveredDeviceInboundEndpoint>? Inbound { get; set; }

Property Value

Dictionary<string, DiscoveredDeviceInboundEndpoint>

Outbound

public DiscoveredDeviceOutboundEndpoints? Outbound { get; set; }

Property Value

DiscoveredDeviceOutboundEndpoints