Class ManagementActionsRuntimeHealthEvent
- Namespace
- Azure.Iot.Operations.Services.AssetAndDeviceRegistry.Models
- Assembly
- Azure.Iot.Operations.Services.dll
public class ManagementActionsRuntimeHealthEvent
- Inheritance
-
ManagementActionsRuntimeHealthEvent
- Inherited Members
Properties
ManagementActionName
The name of the management action for which the runtime health is being reported.
public string ManagementActionName { get; set; }
Property Value
ManagementGroupName
The name of the management group for which the runtime health is being reported.
public string ManagementGroupName { get; set; }
Property Value
RuntimeHealth
The runtime health of the specific management action.
public RuntimeHealth RuntimeHealth { get; set; }