TestimoX

API Reference

Enum

WindowsUpdateWsusSummaryRiskState

Namespace ComputerX.Updates
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Severity state produced by WSUS update-summary risk evaluation.

Inheritance

  • Enum
  • WindowsUpdateWsusSummaryRiskState

Values

public const WindowsUpdateWsusSummaryRiskState NotEvaluated #

Risk evaluation was not requested.

Value: 0
public const WindowsUpdateWsusSummaryRiskState NoData #

WSUS telemetry or required counters were not available.

Value: 1
public const WindowsUpdateWsusSummaryRiskState Healthy #

Evaluated counters are within configured thresholds.

Value: 2
public const WindowsUpdateWsusSummaryRiskState Warning #

One or more warning-level thresholds were exceeded.

Value: 3
public const WindowsUpdateWsusSummaryRiskState Critical #

One or more critical-level thresholds were exceeded.

Value: 4