ImageTemplateWindowsUpdateCustomizer interface
Installs Windows Updates. Corresponds to Packer Windows Update Provisioner (https://github.com/rgl/packer-provisioner-windows-update)
- Extends
Properties
filters | Array of filters to select updates to apply. Omit or specify empty array to use the default (no filter). Refer to above link for examples and detailed description of this field. |
search |
Criteria to search updates. Omit or specify empty string to use the default (search all). Refer to above link for examples and detailed description of this field. |
type | Polymorphic discriminator, which specifies the different types this object can be |
update |
Maximum number of updates to apply at a time. Omit or specify 0 to use the default (1000) |
Inherited Properties
name | Friendly Name to provide context on what this customization step does |
Property Details
filters
Array of filters to select updates to apply. Omit or specify empty array to use the default (no filter). Refer to above link for examples and detailed description of this field.
filters?: string[]
Property Value
string[]
searchCriteria
Criteria to search updates. Omit or specify empty string to use the default (search all). Refer to above link for examples and detailed description of this field.
searchCriteria?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "WindowsUpdate"
Property Value
"WindowsUpdate"
updateLimit
Maximum number of updates to apply at a time. Omit or specify 0 to use the default (1000)
updateLimit?: number
Property Value
number
Inherited Property Details
name
Friendly Name to provide context on what this customization step does
name?: string
Property Value
string
Inherited From ImageTemplateCustomizer.name