Uses of Class
com.azure.resourcemanager.compute.models.LinuxVMGuestPatchAutomaticByPlatformSettings
Packages that use LinuxVMGuestPatchAutomaticByPlatformSettings
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of LinuxVMGuestPatchAutomaticByPlatformSettings in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return LinuxVMGuestPatchAutomaticByPlatformSettingsModifier and TypeMethodDescriptionLinuxPatchSettings.automaticByPlatformSettings()Get the automaticByPlatformSettings property: Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.LinuxVMGuestPatchAutomaticByPlatformSettings.withRebootSetting(LinuxVMGuestPatchAutomaticByPlatformRebootSetting rebootSetting) Set the rebootSetting property: Specifies the reboot setting for all AutomaticByPlatform patch installation operations.Methods in com.azure.resourcemanager.compute.models with parameters of type LinuxVMGuestPatchAutomaticByPlatformSettingsModifier and TypeMethodDescriptionLinuxPatchSettings.withAutomaticByPlatformSettings(LinuxVMGuestPatchAutomaticByPlatformSettings automaticByPlatformSettings) Set the automaticByPlatformSettings property: Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.