Share via


DeployedServicePackageHealthState Class

Definition

Represents the health state of a deployed service package, containing the entity identifier and the aggregated health state.

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

Properties

AggregatedHealthState

Gets the aggregated health state computed by Health Manager based on all reported events and the desired policy.

(Inherited from EntityHealthState)
ApplicationName

Gets the application name.

NodeName

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

ServiceManifestName

Gets the service manifest name.

ServicePackageActivationId

Gets the ActivationId of service package.

Methods

ToString()

Creates a string description of the deployed service package health state, containing the identifier and the aggregated health state.

Applies to