PolicyHealthState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enum is used to represent the policy health states. Note: We only use Critical and Unknown for now.
public enum PolicyHealthState
type PolicyHealthState =
Public Enum PolicyHealthState
- Inheritance
-
PolicyHealthState
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | |
Critical | 1 | |
Healthy | 2 | |
NoPolicy | 3 |