HealthInformation.HealthState Property
Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2
Gets the health state of the health information.
Namespace: System.Fabric.Health
Assembly: System.Fabric (in System.Fabric.dll)
Syntax
public HealthState HealthState { get; internal set; }
Property Value
Type: System.Fabric.Health.HealthState
A HealthState representing the reported health state.
Remarks
The accepted health states are Ok, Warning and Error.
See Also
HealthInformation Class
System.Fabric.Health Namespace
Return to top