Uses of Class
com.azure.resourcemanager.automation.models.LinuxProperties
Package
Description
Package containing the data models for AutomationClient.
-
Uses of LinuxProperties in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionUpdateConfiguration.linux()
Get the linux property: Linux specific update configuration.LinuxProperties.withExcludedPackageNameMasks
(List<String> excludedPackageNameMasks) Set the excludedPackageNameMasks property: packages excluded from the software update configuration.LinuxProperties.withIncludedPackageClassifications
(LinuxUpdateClasses includedPackageClassifications) Set the includedPackageClassifications property: Update classifications included in the software update configuration.LinuxProperties.withIncludedPackageNameMasks
(List<String> includedPackageNameMasks) Set the includedPackageNameMasks property: packages included from the software update configuration.LinuxProperties.withRebootSetting
(String rebootSetting) Set the rebootSetting property: Reboot setting for the software update configuration.Modifier and TypeMethodDescriptionUpdateConfiguration.withLinux
(LinuxProperties linux) Set the linux property: Linux specific update configuration.