Google Cloud OS Config v1 API - Class WindowsUpdateSettings (2.4.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
Name Description
other WindowsUpdateSettings

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
Type Description
RepeatedFieldWindowsUpdateSettingsTypesClassification

Excludes

public RepeatedField<string> Excludes { get; }

List of KBs to exclude from update.

Property Value
Type Description
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
Type Description
RepeatedFieldstring