Class DeviceOutboundEndpoint
- Assembly
- Azure.Iot.Operations.Services.dll
public class DeviceOutboundEndpoint : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
DeviceOutboundEndpoint
- Implements
- Inherited Members
Properties
Address
The endpoint address to connect to.
[JsonPropertyName("address")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string Address { get; set; }
Property Value
EndpointType
Type of connection used for the messaging endpoint.
[JsonPropertyName("endpointType")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? EndpointType { get; set; }