Table of Contents

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

string

ManagementGroupName

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

public string ManagementGroupName { get; set; }

Property Value

string

RuntimeHealth

The runtime health of the specific management action.

public RuntimeHealth RuntimeHealth { get; set; }

Property Value

RuntimeHealth