API Reference
WindowsUpdateCorrelationState
Correlation outcome between endpoint telemetry and optional WSUS telemetry.
Inheritance
- Enum
- WindowsUpdateCorrelationState
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.CorrelationState
- Property WindowsUpdateCorrelationResult.State
- Field WindowsUpdateCorrelationState.EndpointOnlyAccessLimited
- Field WindowsUpdateCorrelationState.EndpointOnlyHealthy
- Field WindowsUpdateCorrelationState.HybridEndpointAccessLimited
- Field WindowsUpdateCorrelationState.HybridHealthy
- Field WindowsUpdateCorrelationState.HybridMissingEndpoint
- Field WindowsUpdateCorrelationState.HybridMissingWsus
- Field WindowsUpdateCorrelationState.HybridPartialData
- Field WindowsUpdateCorrelationState.HybridWsusInventoryEmpty
- Field WindowsUpdateCorrelationState.HybridWsusLagCritical
- Field WindowsUpdateCorrelationState.HybridWsusLagWarning
- Field WindowsUpdateCorrelationState.NoData
- Field WindowsUpdateCorrelationState.WsusInventoryEmpty
- Field WindowsUpdateCorrelationState.WsusOnlyHealthy
- Field WindowsUpdateCorrelationState.WsusOnlyStaleCritical
- Field WindowsUpdateCorrelationState.WsusOnlyStaleWarning
- Property WindowsUpdateUninstallCandidate.EnvironmentCorrelationState
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 WindowsUpdateCorrelationState NoData #No usable data was available for the selected provider mode.
0public const WindowsUpdateCorrelationState EndpointOnlyHealthy #Endpoint-only mode result with healthy/usable endpoint telemetry.
1public const WindowsUpdateCorrelationState EndpointOnlyAccessLimited #Endpoint-only mode result where endpoint reads are access-limited.
2public const WindowsUpdateCorrelationState WsusOnlyHealthy #WSUS-only mode result with acceptable status report freshness.
3public const WindowsUpdateCorrelationState WsusOnlyStaleWarning #WSUS-only mode result where status report freshness is stale at warning level.
4public const WindowsUpdateCorrelationState WsusOnlyStaleCritical #WSUS-only mode result where status report freshness is stale at critical level.
5public const WindowsUpdateCorrelationState HybridHealthy #Hybrid mode result where endpoint and WSUS freshness correlate within thresholds.
6public const WindowsUpdateCorrelationState HybridEndpointAccessLimited #Hybrid mode result where endpoint telemetry is present but access-limited.
7public const WindowsUpdateCorrelationState HybridWsusLagWarning #Hybrid mode result where WSUS appears delayed compared with endpoint at warning level.
8public const WindowsUpdateCorrelationState HybridWsusLagCritical #Hybrid mode result where WSUS appears delayed compared with endpoint at critical level.
9public const WindowsUpdateCorrelationState HybridMissingEndpoint #Hybrid mode result where endpoint telemetry is missing.
10public const WindowsUpdateCorrelationState HybridMissingWsus #Hybrid mode result where WSUS telemetry is missing.
11public const WindowsUpdateCorrelationState HybridPartialData #Hybrid mode result where both sides exist but a comparable freshness timestamp is missing.
12public const WindowsUpdateCorrelationState WsusInventoryEmpty #WSUS-only mode result where the WSUS server inventory is empty and no client records are available.
13public const WindowsUpdateCorrelationState HybridWsusInventoryEmpty #Hybrid mode result where the WSUS server inventory is empty and no client records are available for correlation.
14