Share via


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
System_CAPS_protmethod HealthEvaluation(HealthEvaluationKind)

Initializes a new instance of the HealthEvaluation class.

Properties

Name Description
System_CAPS_pubproperty AggregatedHealthState

The aggregated health state of the evaluated entity.

System_CAPS_pubproperty Description

Gets the description of the health evaluation, which represents a summary of the evaluation process.

System_CAPS_pubproperty Kind

Gets the kind of the health evaluation.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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