Table of Contents

Class EventsRuntimeHealthEvent

Namespace
Azure.Iot.Operations.Services.AssetAndDeviceRegistry.Models
Assembly
Azure.Iot.Operations.Services.dll
public class EventsRuntimeHealthEvent
Inheritance
EventsRuntimeHealthEvent
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

string

EventName

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

public string EventName { get; set; }

Property Value

string

RuntimeHealth

The runtime health of the specific event.

public RuntimeHealth RuntimeHealth { get; set; }

Property Value

RuntimeHealth