Class EventRuntimeHealthEventSchema
- Assembly
- Azure.Iot.Operations.Services.dll
public class EventRuntimeHealthEventSchema : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
EventRuntimeHealthEventSchema
- Implements
- Inherited Members
Properties
AssetName
The name of the asset containing the events for which the runtime health is being reported.
[JsonPropertyName("assetName")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string AssetName { get; set; }
Property Value
Events
Array of event runtime health information.
[JsonPropertyName("events")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public List<EventsSchemaElementSchema> Events { get; set; }