WindowsProperties interface
Windows specific update configuration.
Properties
excluded |
KB numbers excluded from the software update configuration. |
included |
KB numbers included from the software update configuration. |
included |
Update classification included in the software update configuration. A comma separated string with required values |
reboot |
Reboot setting for the software update configuration. |
Property Details
excludedKbNumbers
KB numbers excluded from the software update configuration.
excludedKbNumbers?: string[]
Property Value
string[]
includedKbNumbers
KB numbers included from the software update configuration.
includedKbNumbers?: string[]
Property Value
string[]
includedUpdateClassifications
Update classification included in the software update configuration. A comma separated string with required values
includedUpdateClassifications?: string
Property Value
string
rebootSetting
Reboot setting for the software update configuration.
rebootSetting?: string
Property Value
string
Azure SDK for JavaScript