Share via


DeployedApplicationHealthState Class

Definition

Represents the health state of a deployed application, which contains the entity identifier and the aggregated health state.

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

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 deployed application.

Methods

ToString()

Creates a string description of the application on the node, containing the id and the health state.

Applies to