EntityHealth Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the base class for all entity health related classes.
public abstract class EntityHealth
type EntityHealth = class
Public MustInherit Class EntityHealth
- Inheritance
-
EntityHealth
- Derived
Constructors
EntityHealth() |
Initializes a new instance of the EntityHealth class. |
Properties
AggregatedHealthState |
Gets the entity aggregated health state. |
HealthEvents |
Gets the health events reported on the entity. |
UnhealthyEvaluations |
Gets the unhealthy evaluations that show why the current aggregated health state was returned by Health Manager. |
Methods
AddUnhealthyEvaluationsString(StringBuilder) |
Given a StringBuilder, appends a string that describes unhealthy evaluations, if any. |