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