Table of Contents

Class ConnectorManagementActionsRuntimeHealthEvent

Namespace
Azure.Iot.Operations.Connector
Assembly
Azure.Iot.Operations.Connector.dll
public class ConnectorManagementActionsRuntimeHealthEvent
Inheritance
ConnectorManagementActionsRuntimeHealthEvent
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 ConnectorRuntimeHealth RuntimeHealth { get; set; }

Property Value

ConnectorRuntimeHealth