API Reference
WindowsUpdateCorrelationState
Correlation outcome between endpoint telemetry and optional WSUS telemetry.
Inheritance
- Enum
- WindowsUpdateCorrelationState
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