Table of Contents

Class EventsSchemaElementSchema

Namespace
Azure.Iot.Operations.Services.AssetAndDeviceRegistry.AdrBaseService
Assembly
Azure.Iot.Operations.Services.dll
public class EventsSchemaElementSchema : IJsonOnDeserialized, IJsonOnSerializing
Inheritance
EventsSchemaElementSchema
Implements
Inherited Members

Properties

EventGroupName

The name of the event group containing the event for which the runtime health is being reported.

[JsonPropertyName("eventGroupName")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string EventGroupName { get; set; }

Property Value

string

EventName

The name of the event for which the runtime health is being reported.

[JsonPropertyName("eventName")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string EventName { get; set; }

Property Value

string

RuntimeHealth

The runtime health of the specific event.

[JsonPropertyName("runtimeHealth")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public RuntimeHealth RuntimeHealth { get; set; }

Property Value

RuntimeHealth