Uses of Class
com.azure.resourcemanager.automation.models.WindowsProperties
Package
Description
Package containing the data models for AutomationClient.
-
Uses of WindowsProperties in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionUpdateConfiguration.windows()
Get the windows property: Windows specific update configuration.WindowsProperties.withExcludedKbNumbers
(List<String> excludedKbNumbers) Set the excludedKbNumbers property: KB numbers excluded from the software update configuration.WindowsProperties.withIncludedKbNumbers
(List<String> includedKbNumbers) Set the includedKbNumbers property: KB numbers included from the software update configuration.WindowsProperties.withIncludedUpdateClassifications
(WindowsUpdateClasses includedUpdateClassifications) Set the includedUpdateClassifications property: Update classification included in the software update configuration.WindowsProperties.withRebootSetting
(String rebootSetting) Set the rebootSetting property: Reboot setting for the software update configuration.Modifier and TypeMethodDescriptionUpdateConfiguration.withWindows
(WindowsProperties windows) Set the windows property: Windows specific update configuration.