DeployedServicePackageHealth Class

Definition

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

public sealed class DeployedServicePackageHealth : System.Fabric.Health.EntityHealth
type DeployedServicePackageHealth = class
    inherit EntityHealth
Public NotInheritable Class DeployedServicePackageHealth
Inherits EntityHealth
Inheritance
DeployedServicePackageHealth

Properties

AggregatedHealthState

Gets the entity aggregated health state.

(Inherited from EntityHealth)
ApplicationName

Gets the application name, which uniquely identifies the application.

HealthEvents

Gets the health events reported on the entity.

(Inherited from EntityHealth)
NodeName

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

ServiceManifestName

Gets the service manifest name.

ServicePackageActivationId

Gets the ActivationId of deployed service package.

UnhealthyEvaluations

Gets the unhealthy evaluations that show why the current aggregated health state was returned by Health Manager.

(Inherited from EntityHealth)

Methods

AddUnhealthyEvaluationsString(StringBuilder)

Given a StringBuilder, appends a string that describes unhealthy evaluations, if any.

(Inherited from EntityHealth)
ToString()

Gets a string representation of the DeployedServicePackageHealth.

Applies to