Table of Contents

Class OutboundSchema

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

Properties

Assigned

public required Dictionary<string, DeviceOutboundEndpoint> Assigned { get; set; }

Property Value

Dictionary<string, DeviceOutboundEndpoint>

Unassigned

public Dictionary<string, DeviceOutboundEndpoint>? Unassigned { get; set; }

Property Value

Dictionary<string, DeviceOutboundEndpoint>