public sealed class WindowsUpdateSettings : IMessage<WindowsUpdateSettings>, IEquatable<WindowsUpdateSettings>, IDeepCloneable<WindowsUpdateSettings>, IBufferMessage, IMessage
Windows patching is performed using the Windows Update Agent.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `WindowsUpdateSettings` class, which is part of the Google Cloud OS Config API's version 2.0.0, and is used for managing Windows patching via the Windows Update Agent."],["The class `WindowsUpdateSettings` offers configurable properties including `Classifications`, `Excludes`, and `ExclusivePatches`, allowing users to specify update criteria such as update classifications, excluded KBs, and an exclusive list of KBs to update, respectively."],["The latest version of `WindowsUpdateSettings` is version 2.4.0, though the current page context is version 2.0.0, and there are several other available versions that are listed."],["The class `WindowsUpdateSettings` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has two constructors: a default one `WindowsUpdateSettings()` and one that accepts another `WindowsUpdateSettings` object as a parameter `WindowsUpdateSettings(WindowsUpdateSettings other)`."]]],[]]