API Reference
Class
WindowsUpdateWsusSummaryRiskOptions
Options controlling WSUS update-summary risk evaluation.
Inheritance
- Object
- WindowsUpdateWsusSummaryRiskOptions
Constructors
public WindowsUpdateWsusSummaryRiskOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 NotInstalledWarningThreshold { get; set; } #Warning threshold for not-installed updates. Set to 0 to disable.
public Int32 NotInstalledCriticalThreshold { get; set; } #Critical threshold for not-installed updates. Set to 0 to disable.
public Int32 PendingRebootWarningThreshold { get; set; } #Warning threshold for installed-pending-reboot updates. Set to 0 to disable.
public Int32 PendingRebootCriticalThreshold { get; set; } #Critical threshold for installed-pending-reboot updates. Set to 0 to disable.
public Int32 FailedWarningThreshold { get; set; } #Warning threshold for failed updates. Set to 0 to disable.
public Int32 FailedCriticalThreshold { get; set; } #Critical threshold for failed updates. Set to 0 to disable.
public Boolean PreferApprovedInstallCounters { get; set; } #When true, prefers per-update approved-install counters when available. Falls back to aggregate summary counters otherwise.