ApplicationHealthState Class

Definition

Represents the health state of an application, which contains the application identifier and the aggregated health state.

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

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.

Methods

ToString()

Gets a string description of the application health state.

Applies to