Class DiscoveredAssetEvent
- Namespace
- Azure.Iot.Operations.Services.AssetAndDeviceRegistry.Models
- Assembly
- Azure.Iot.Operations.Services.dll
public record DiscoveredAssetEvent : IEquatable<DiscoveredAssetEvent>
- Inheritance
-
DiscoveredAssetEvent
- Implements
-
- Inherited Members
-
Properties
DataSource
public required string DataSource { get; set; }
Property Value
- string
Destinations
public List<EventStreamDestination>? Destinations { get; set; }
Property Value
- List<EventStreamDestination>
EventConfiguration
public string? EventConfiguration { get; set; }
Property Value
- string
LastUpdatedOn
public DateTime? LastUpdatedOn { get; set; }
Property Value
- DateTime?
Name
public required string Name { get; set; }
Property Value
- string
TypeRef
public string? TypeRef { get; set; }
Property Value
- string