WindowsUpdateSettings class
Windows patching is performed using the Windows Update Agent.
Constructors
Properties
-
classifications
↔ List<
String> -
Only apply updates of these windows update classifications. If empty, all
updates are applied.
read / write
-
excludes
↔ List<
String> -
List of KBs to exclude from update.
read / write
-
exclusivePatches
↔ List<
String> -
An exclusive list of kbs to be updated. These are the only patches that
will be updated. This field must not be used with other patch
configurations.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited