Class WindowsUpdateSettings
Windows patching is performed using the Windows Update Agent.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v1beta.Data
Assembly: Google.Apis.OSConfig.v1beta.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> |