EventHealthEvaluation Class
Represents health evaluation of a HealthEvent that was reported on the entity. The health evaluation is returned when evaluating health of an entity results in Error or Warning.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.servicefabric.models._models_py3.HealthEvaluationEventHealthEvaluation
Constructor
EventHealthEvaluation(*, aggregated_health_state=None, description: Optional[str] = None, consider_warning_as_error: Optional[bool] = None, unhealthy_event=None, **kwargs)
Parameters
- aggregated_health_state
- str or HealthState
The health state of a Service Fabric entity such as Cluster, Node, Application, Service, Partition, Replica etc. Possible values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'
- description
- str
Description of the health evaluation, which represents a summary of the evaluation process.
- consider_warning_as_error
- bool
Indicates whether warnings are treated with the same severity as errors. The field is specified in the health policy used to evaluate the entity.
- unhealthy_event
- HealthEvent
Represents health information reported on a health entity, such as cluster, application or node, with additional metadata added by the Health Manager.
Feedback
Submit and view feedback for