Class ConnectorEventsRuntimeHealthEvent
- Namespace
- Azure.Iot.Operations.Connector
- Assembly
- Azure.Iot.Operations.Connector.dll
public class ConnectorEventsRuntimeHealthEvent
- Inheritance
-
ConnectorEventsRuntimeHealthEvent
- Inherited Members
Properties
EventGroupName
The name of the event group containing the event for which the runtime health is being reported.
public string EventGroupName { get; set; }
Property Value
EventName
The name of the event for which the runtime health is being reported.
public string EventName { get; set; }
Property Value
RuntimeHealth
The runtime health of the specific event.
public ConnectorRuntimeHealth RuntimeHealth { get; set; }