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."],[[["The `WindowsUpdateSettings` class, found in the `Google.Cloud.OsConfig.V1` namespace, manages settings for Windows updates and is implemented using the Windows Update Agent."],["This class allows specifying classifications of updates to apply, excluding specific KBs, and exclusively defining patches to be updated."],["`WindowsUpdateSettings` implements multiple interfaces, including `IMessage\u003cWindowsUpdateSettings\u003e`, `IEquatable\u003cWindowsUpdateSettings\u003e`, `IDeepCloneable\u003cWindowsUpdateSettings\u003e`, `IBufferMessage`, and `IMessage`, which are crucial for its functionality."],["The class offers two constructors, one parameterless and another that accepts an existing `WindowsUpdateSettings` object for creating copies, allowing for setting properties such as `Classifications`, `Excludes`, and `ExclusivePatches`."]]],[]]