DeployedServicePackageHealth Class

 

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

Describes the health of a deployed service package as returned by GetDeployedServicePackageHealthAsync.

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

Inheritance Hierarchy

System.Object
  System.Fabric.Health.EntityHealth
    System.Fabric.Health.DeployedServicePackageHealth

Syntax

public sealed class DeployedServicePackageHealth : EntityHealth

Properties

Name Description
System_CAPS_pubproperty AggregatedHealthState

Gets the entity aggregated health state.(Inherited from EntityHealth.)

System_CAPS_pubproperty ApplicationName

Gets the application name, which uniquely identifies the application.

System_CAPS_pubproperty HealthEvents

Gets the health events reported on the entity.(Inherited from EntityHealth.)

System_CAPS_pubproperty NodeName

Gets the node name 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 show why the current aggregated health state was returned by Health Manager.(Inherited from EntityHealth.)

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()

(Inherited from Object.)

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