Share via


ClusterHealth.ApplicationHealthStates Property

Definition

Gets the cluster application health states as found in the health store.

public System.Collections.Generic.IList<System.Fabric.Health.ApplicationHealthState> ApplicationHealthStates { get; }
member this.ApplicationHealthStates : System.Collections.Generic.IList<System.Fabric.Health.ApplicationHealthState>
Public ReadOnly Property ApplicationHealthStates As IList(Of ApplicationHealthState)

Property Value

The cluster applications as found in the health store.

Applies to