Table of Contents

Class DeviceOutboundEndpoint

Namespace
Azure.Iot.Operations.Services.AssetAndDeviceRegistry.AdrBaseService
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

string

EndpointType

Type of connection used for the messaging endpoint.

[JsonPropertyName("endpointType")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? EndpointType { get; set; }

Property Value

string