Class DeviceEndpointsSchema
- 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
Outbound
Set of endpoints for device to connect to.
[JsonPropertyName("outbound")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public OutboundSchema? Outbound { get; set; }