API Reference
Enum
WindowsUpdateWsusDecision
WSUS management decision states derived from collected Windows Update client signals.
Inheritance
- Enum
- WindowsUpdateWsusDecision
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