Table of Contents

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

Dictionary<string, InboundEndpointSchemaMapValue>

Outbound

public OutboundSchema? Outbound { get; set; }

Property Value

OutboundSchema