API Reference
Enum
WindowsUpdatePatchPostureStage
Current operator-facing patch posture stage for a Windows Update target.
Inheritance
- Enum
- WindowsUpdatePatchPostureStage
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 WindowsUpdatePatchPostureStage Healthy #The target currently appears healthy for the evaluated patch posture.
Value:
1public const WindowsUpdatePatchPostureStage Investigate #The target needs review because telemetry or freshness signals require investigation.
Value:
2public const WindowsUpdatePatchPostureStage ReviewMsrcFallback #The target is using an MSRC fallback month and needs operator review.
Value:
3public const WindowsUpdatePatchPostureStage RebootPending #The target needs reboot follow-up before patch posture can be considered complete.
Value:
4public const WindowsUpdatePatchPostureStage DeployPending #The target still has deployable or missing updates that should be installed.
Value:
5public const WindowsUpdatePatchPostureStage PatchNow #The target has exploited or failed patch signals and should be prioritized immediately.
Value:
6public const WindowsUpdatePatchPostureStage CollectionGap #Collection visibility is incomplete and patch posture cannot be trusted until repaired.
Value:
7