API Reference
Enum
WindowsUpdateWsusSummaryRiskState
Severity state produced by WSUS update-summary risk evaluation.
Inheritance
- Enum
- WindowsUpdateWsusSummaryRiskState
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const WindowsUpdateWsusSummaryRiskState NotEvaluated #Risk evaluation was not requested.
Value:
0public const WindowsUpdateWsusSummaryRiskState NoData #WSUS telemetry or required counters were not available.
Value:
1public const WindowsUpdateWsusSummaryRiskState Healthy #Evaluated counters are within configured thresholds.
Value:
2public const WindowsUpdateWsusSummaryRiskState Warning #One or more warning-level thresholds were exceeded.
Value:
3public const WindowsUpdateWsusSummaryRiskState Critical #One or more critical-level thresholds were exceeded.
Value:
4