Partager via


HealthState Enumeration

 

Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2

Represents the health state.

Namespace:   System.Fabric.Health
Assembly:  System.Fabric (in System.Fabric.dll)

Syntax

public enum HealthState

Members

Member name Description
Error

Indicates that the health state is error, there is something wrong that needs to be investigated.

Invalid

Indicates that the health state is invalid.

Ok

Indicates that the health state is ok.

Unknown

Indicates that the health state is unknown.

Warning

Indicates that the health state is warning. There may something wrong that requires investigation.

See Also

System.Fabric.Health Namespace

Return to top