DeviceRegistryEvent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the event properties.
public class DeviceRegistryEvent : Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryEventBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryEvent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryEvent>
type DeviceRegistryEvent = class
inherit DeviceRegistryEventBase
interface IJsonModel<DeviceRegistryEvent>
interface IPersistableModel<DeviceRegistryEvent>
Public Class DeviceRegistryEvent
Inherits DeviceRegistryEventBase
Implements IJsonModel(Of DeviceRegistryEvent), IPersistableModel(Of DeviceRegistryEvent)
- Inheritance
- Implements
Constructors
DeviceRegistryEvent(String, String) |
Initializes a new instance of DeviceRegistryEvent. |
Properties
EventConfiguration |
Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize. (Inherited from DeviceRegistryEventBase) |
EventNotifier |
The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset. (Inherited from DeviceRegistryEventBase) |
Name |
The name of the event. (Inherited from DeviceRegistryEventBase) |
ObservabilityMode |
An indication of how the event should be mapped to OpenTelemetry. |
Topic |
Object that describes the topic information for the specific event. (Inherited from DeviceRegistryEventBase) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET