WindowsProperties Class

Windows specific update configuration.

Inheritance
WindowsProperties

Constructor

WindowsProperties(*, included_update_classifications: Optional[Union[str, azure.mgmt.automation.models._automation_client_enums.WindowsUpdateClasses]] = None, excluded_kb_numbers: Optional[List[str]] = None, included_kb_numbers: Optional[List[str]] = None, reboot_setting: Optional[str] = None, **kwargs)

Parameters

included_update_classifications
str or WindowsUpdateClasses
Required

Update classification included in the software update configuration. A comma separated string with required values. Possible values include: "Unclassified", "Critical", "Security", "UpdateRollup", "FeaturePack", "ServicePack", "Definition", "Tools", "Updates".

excluded_kb_numbers
list[str]
Required

KB numbers excluded from the software update configuration.

included_kb_numbers
list[str]
Required

KB numbers included from the software update configuration.

reboot_setting
str
Required

Reboot setting for the software update configuration.