API Reference
Class
Options (DomainControllerWindowsUpdatePostureService)
Options controlling per-domain-controller Windows Update posture evaluation.
Inheritance
- Object
- Options
Constructors
public Options() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ComputerName { get; set; } #Target computer name.
public Int32 RecentInstallWarningDays { get; set; } #Maximum allowed age in days for recent update installation activity.
public Int32 DetectionWarningDays { get; set; } #Maximum allowed age in days for successful update detection before warning.
public Int32 DetectionCriticalDays { get; set; } #Maximum allowed age in days for successful update detection before critical.
public Boolean IncludeEventTelemetry { get; set; } #When true, event telemetry is included in the Windows Update client snapshot.
public Int32 EventLookbackDays { get; set; } #Event lookback window in days.
public Int32 QueryTimeoutSeconds { get; set; } #Per-query timeout budget in seconds.