Show / Hide Table of Contents

Class WindowsUpdateSettings

Windows patching is performed using the Windows Update Agent.

Inheritance
object
WindowsUpdateSettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OSConfig.v1.Data
Assembly: Google.Apis.OSConfig.v1.dll
Syntax
public class WindowsUpdateSettings : IDirectResponseSchema

Properties

Classifications

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

Declaration
[JsonProperty("classifications")]
public virtual IList<string> Classifications { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Excludes

List of KBs to exclude from update.

Declaration
[JsonProperty("excludes")]
public virtual IList<string> Excludes { get; set; }
Property Value
Type Description
IList<string>

ExclusivePatches

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.

Declaration
[JsonProperty("exclusivePatches")]
public virtual IList<string> ExclusivePatches { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX