DeployedServicePackageHealthEvaluation Class

 

Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2

Represents health evaluation for a deployed service package, containing information about the data and the algorithm used by health store to evaluate health. The evaluation is returned only when the aggregated health state is either Error or Warning.

Namespace:   System.Fabric.Health
Assembly:  System.Fabric (in System.Fabric.dll)

Inheritance Hierarchy

System.Object
  System.Fabric.Health.HealthEvaluation
    System.Fabric.Health.DeployedServicePackageHealthEvaluation

Syntax

public sealed class DeployedServicePackageHealthEvaluation : HealthEvaluation

Properties

Name Description
System_CAPS_pubproperty AggregatedHealthState

The aggregated health state of the evaluated entity.(Inherited from HealthEvaluation.)

System_CAPS_pubproperty ApplicationName

Gets the name of the application.

System_CAPS_pubproperty Description

Gets the description of the health evaluation, which represents a summary of the evaluation process.(Inherited from HealthEvaluation.)

System_CAPS_pubproperty Kind

Gets the kind of the health evaluation.(Inherited from HealthEvaluation.)

System_CAPS_pubproperty NodeName

Gets the name of the node where the deployed service package is running.

System_CAPS_pubproperty ServiceManifestName

Gets the service manifest name.

System_CAPS_pubproperty UnhealthyEvaluations

Gets the unhealthy evaluations that led to the current aggregated health state. The type of the unhealthy evaluations can be EventHealthEvaluation.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

Returns a string representation of the health evaluation. (Inherited from HealthEvaluation.)

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