Google Cloud OS Config v1 API - Class WindowsUpdateSettings (2.3.0)

public sealed class WindowsUpdateSettings : IMessage<WindowsUpdateSettings>, IEquatable<WindowsUpdateSettings>, IDeepCloneable<WindowsUpdateSettings>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud OS Config v1 API class WindowsUpdateSettings.

Windows patching is performed using the Windows Update Agent.

Inheritance

object > WindowsUpdateSettings

Namespace

Google.Cloud.OsConfig.V1

Assembly

Google.Cloud.OsConfig.V1.dll

Constructors

WindowsUpdateSettings()

public WindowsUpdateSettings()

WindowsUpdateSettings(WindowsUpdateSettings)

public WindowsUpdateSettings(WindowsUpdateSettings other)
Parameter
NameDescription
otherWindowsUpdateSettings

Properties

Classifications

public RepeatedField<WindowsUpdateSettings.Types.Classification> Classifications { get; }

Only apply updates of these windows update classifications. If empty, all updates are applied.

Property Value
TypeDescription
RepeatedFieldWindowsUpdateSettingsTypesClassification

Excludes

public RepeatedField<string> Excludes { get; }

List of KBs to exclude from update.

Property Value
TypeDescription
RepeatedFieldstring

ExclusivePatches

public RepeatedField<string> ExclusivePatches { get; }

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.

Property Value
TypeDescription
RepeatedFieldstring