Class DeviceEndpoints
- Namespace
- Azure.Iot.Operations.Services.AssetAndDeviceRegistry.Models
- Assembly
- Azure.Iot.Operations.Services.dll
public record DeviceEndpoints : IEquatable<DeviceEndpoints>
- Inheritance
-
DeviceEndpoints
- Implements
- Inherited Members
Properties
Inbound
public Dictionary<string, InboundEndpointSchemaMapValue>? Inbound { get; set; }
Property Value
Outbound
public OutboundSchema? Outbound { get; set; }