API Reference
Enum
WindowsUpdateWsusSummaryRiskState
Severity state produced by WSUS update-summary risk evaluation.
Inheritance
- Enum
- WindowsUpdateWsusSummaryRiskState
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property WindowsUpdateComplianceSummary.WsusSummaryRiskState
- Property WindowsUpdateWsusSummaryRiskResult.State
- Field WindowsUpdateWsusSummaryRiskState.Critical
- Field WindowsUpdateWsusSummaryRiskState.Healthy
- Field WindowsUpdateWsusSummaryRiskState.NoData
- Field WindowsUpdateWsusSummaryRiskState.NotEvaluated
- Field WindowsUpdateWsusSummaryRiskState.Warning
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