HealthEvaluation Class
Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2
Represents a health evaluation which describes the data and the algorithm used by health store to evaluate the health of an entity.
Namespace: System.Fabric.Health
Assembly: System.Fabric (in System.Fabric.dll)
Inheritance Hierarchy
System.Object
System.Fabric.Health.HealthEvaluation
System.Fabric.Health.ApplicationHealthEvaluation
System.Fabric.Health.ApplicationsHealthEvaluation
System.Fabric.Health.ApplicationTypeApplicationsHealthEvaluation
System.Fabric.Health.DeltaNodesCheckHealthEvaluation
System.Fabric.Health.DeployedApplicationHealthEvaluation
System.Fabric.Health.DeployedApplicationsHealthEvaluation
System.Fabric.Health.DeployedServicePackageHealthEvaluation
System.Fabric.Health.DeployedServicePackagesHealthEvaluation
System.Fabric.Health.EventHealthEvaluation
System.Fabric.Health.NodeHealthEvaluation
System.Fabric.Health.NodesHealthEvaluation
System.Fabric.Health.PartitionHealthEvaluation
System.Fabric.Health.PartitionsHealthEvaluation
System.Fabric.Health.ReplicaHealthEvaluation
System.Fabric.Health.ReplicasHealthEvaluation
System.Fabric.Health.ServiceHealthEvaluation
System.Fabric.Health.ServicesHealthEvaluation
System.Fabric.Health.SystemApplicationHealthEvaluation
System.Fabric.Health.UpgradeDomainDeltaNodesCheckHealthEvaluation
System.Fabric.Health.UpgradeDomainDeployedApplicationsHealthEvaluation
System.Fabric.Health.UpgradeDomainNodesHealthEvaluation
Syntax
public abstract class HealthEvaluation
Constructors
Name | Description | |
---|---|---|
HealthEvaluation(HealthEvaluationKind) | Initializes a new instance of the HealthEvaluation class. |
Properties
Name | Description | |
---|---|---|
AggregatedHealthState | The aggregated health state of the evaluated entity. |
|
Description | Gets the description of the health evaluation, which represents a summary of the evaluation process. |
|
Kind | Gets the kind of the health evaluation. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | Returns a string representation of the health evaluation. (Overrides Object.ToString().) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Fabric.Health Namespace
Return to top