EventHealthEvaluation 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 health evaluation of a HealthEvent. Can be returned when evaluating health of an entity returns Error or Warning.
public sealed class EventHealthEvaluation : System.Fabric.Health.HealthEvaluation
type EventHealthEvaluation = class
inherit HealthEvaluation
Public NotInheritable Class EventHealthEvaluation
Inherits HealthEvaluation
- Inheritance
Properties
AggregatedHealthState |
The aggregated health state of the evaluated entity. (Inherited from HealthEvaluation) |
ConsiderWarningAsError |
Gets Boolean that indicates whether warnings are treated with the same severity as errors. The field is specified in the health policy used to evaluate the entity. |
Description |
Gets the description of the health evaluation, which represents a summary of the evaluation process. (Inherited from HealthEvaluation) |
Kind |
Gets the kind of the health evaluation. (Inherited from HealthEvaluation) |
UnhealthyEvent |
Gets the unhealthy event details. |
Methods
ToString() |
Returns a string representation of the health evaluation. (Inherited from HealthEvaluation) |
Applies to
Azure SDK for .NET