Class DiscoveredDeviceInboundEndpoint
- Namespace
- Azure.Iot.Operations.Services.AssetAndDeviceRegistry.Models
- Assembly
- Azure.Iot.Operations.Services.dll
public record DiscoveredDeviceInboundEndpoint : IEquatable<DiscoveredDeviceInboundEndpoint>
- Inheritance
-
DiscoveredDeviceInboundEndpoint
- Implements
-
- Inherited Members
-
Properties
AdditionalConfiguration
public string? AdditionalConfiguration { get; set; }
Property Value
- string
Address
public required string Address { get; set; }
Property Value
- string
EndpointType
public required string EndpointType { get; set; }
Property Value
- string
SupportedAuthenticationMethods
public List<string>? SupportedAuthenticationMethods { get; set; }
Property Value
- List<string>
Version
public string? Version { get; set; }
Property Value
- string