API Reference
Enum
WindowsUpdateWsusDecision
WSUS management decision states derived from collected Windows Update client signals.
Inheritance
- Enum
- WindowsUpdateWsusDecision
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 WindowsUpdateClientContext.WsusDecision
- Property WindowsUpdateClientStatus.WsusDecision
- Method WindowsUpdateClientStatusQuery.EvaluateWsusDecision
- Property WindowsUpdateCorrelationResult.EndpointWsusDecision
- Property WindowsUpdateLowPrivilegeAccessAssessment.WsusDecision
- Property WindowsUpdateLowPrivilegeDelegationResult.WsusDecision
- Property WindowsUpdateTelemetry.WsusDecision
- Field WindowsUpdateWsusDecision.Managed
- Field WindowsUpdateWsusDecision.NotManaged
- Field WindowsUpdateWsusDecision.Unknown
- Field WindowsUpdateWsusDecision.UnknownRegistryAccessLimited
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 WindowsUpdateWsusDecision NotManaged #WSUS management is explicitly not configured.
Value:
1public const WindowsUpdateWsusDecision Unknown #WSUS management could not be determined due to missing signals.
Value:
2public const WindowsUpdateWsusDecision UnknownRegistryAccessLimited #WSUS management could not be determined because registry policy reads were blocked.
Value:
3