Table of Contents

Class DeviceEndpointsSchema

Namespace
Azure.Iot.Operations.Services.AssetAndDeviceRegistry.AdrBaseService
Assembly
Azure.Iot.Operations.Services.dll
public class DeviceEndpointsSchema
Inheritance
DeviceEndpointsSchema
Inherited Members

Properties

Inbound

The 'inbound' Field.

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

Property Value

Dictionary<string, InboundSchemaMapValueSchema>

Outbound

Set of endpoints for device to connect to.

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

Property Value

OutboundSchema