HealthEvaluation Class
Represents a health evaluation which describes the data and the algorithm used by health manager to evaluate the health of an entity.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: ApplicationHealthEvaluation, ApplicationsHealthEvaluation, ApplicationTypeApplicationsHealthEvaluation, DeltaNodesCheckHealthEvaluation, DeployedApplicationHealthEvaluation, DeployedApplicationsHealthEvaluation, DeployedServicePackageHealthEvaluation, DeployedServicePackagesHealthEvaluation, EventHealthEvaluation, NodeHealthEvaluation, NodesHealthEvaluation, PartitionHealthEvaluation, PartitionsHealthEvaluation, ReplicaHealthEvaluation, ReplicasHealthEvaluation, ServiceHealthEvaluation, ServicesHealthEvaluation, SystemApplicationHealthEvaluation, UpgradeDomainDeltaNodesCheckHealthEvaluation, UpgradeDomainDeployedApplicationsHealthEvaluation, UpgradeDomainNodesHealthEvaluation, NodeTypeNodesHealthEvaluation
All required parameters must be populated in order to send to Azure.
- Inheritance
-
HealthEvaluation
Constructor
HealthEvaluation(*, aggregated_health_state=None, description: Optional[str] = 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.
Feedback
Submit and view feedback for