Class DeviceEndpointRuntimeHealthEventTelemetry
- Assembly
- Azure.Iot.Operations.Services.dll
public class DeviceEndpointRuntimeHealthEventTelemetry : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
DeviceEndpointRuntimeHealthEventTelemetry
- Implements
- Inherited Members
Properties
DeviceEndpointRuntimeHealthEvent
Telemetry event emitted for reporting the runtime health of the specific inbound endpoint as specified in the topic.
[JsonPropertyName("deviceEndpointRuntimeHealthEvent")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public DeviceEndpointRuntimeHealthEventSchema DeviceEndpointRuntimeHealthEvent { get; set; }