API Reference
Class
WindowsUpdateCorrelationOptions
Options controlling endpoint/WSUS correlation behavior.
Inheritance
- Object
- WindowsUpdateCorrelationOptions
Constructors
public WindowsUpdateCorrelationOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public WindowsUpdateProviderMode ProviderMode { get; set; } #Provider mode used to evaluate Windows Update posture.
public TimeSpan WsusLagWarningAfter { get; set; } #In hybrid mode, lag threshold after which WSUS is marked warning relative to endpoint freshness. Set to 00:00:00 to disable warning lag checks.
public TimeSpan WsusLagCriticalAfter { get; set; } #In hybrid mode, lag threshold after which WSUS is marked critical relative to endpoint freshness. Set to 00:00:00 to disable critical lag checks.
public TimeSpan WsusStatusStaleWarningAfter { get; set; } #In WSUS-only mode, status report age threshold for warning. Set to 00:00:00 to disable warning stale checks.
public TimeSpan WsusStatusStaleCriticalAfter { get; set; } #In WSUS-only mode, status report age threshold for critical. Set to 00:00:00 to disable critical stale checks.