API Reference
WindowsUpdatePatchPostureStage
Current operator-facing patch posture stage for a Windows Update target.
Inheritance
- Enum
- WindowsUpdatePatchPostureStage
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 WindowsUpdateOperationResult.FollowUpPatchPostureStage
- Property WindowsUpdatePatchPostureAssessment.Stage
- Field WindowsUpdatePatchPostureStage.CollectionGap
- Field WindowsUpdatePatchPostureStage.DeployPending
- Field WindowsUpdatePatchPostureStage.Healthy
- Field WindowsUpdatePatchPostureStage.Investigate
- Field WindowsUpdatePatchPostureStage.PatchNow
- Field WindowsUpdatePatchPostureStage.RebootPending
- Field WindowsUpdatePatchPostureStage.ReviewMsrcFallback
- Field WindowsUpdatePatchPostureStage.Unknown
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Int32Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #StringObsolete("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.
1public const WindowsUpdatePatchPostureStage Investigate #The target needs review because telemetry or freshness signals require investigation.
2public const WindowsUpdatePatchPostureStage ReviewMsrcFallback #The target is using an MSRC fallback month and needs operator review.
3public const WindowsUpdatePatchPostureStage RebootPending #The target needs reboot follow-up before patch posture can be considered complete.
4public const WindowsUpdatePatchPostureStage DeployPending #The target still has deployable or missing updates that should be installed.
5public const WindowsUpdatePatchPostureStage PatchNow #The target has exploited or failed patch signals and should be prioritized immediately.
6public const WindowsUpdatePatchPostureStage CollectionGap #Collection visibility is incomplete and patch posture cannot be trusted until repaired.
7