Uses of Class
com.azure.resourcemanager.compute.models.WindowsVMGuestPatchAutomaticByPlatformSettings
Packages that use WindowsVMGuestPatchAutomaticByPlatformSettings
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of WindowsVMGuestPatchAutomaticByPlatformSettings in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return WindowsVMGuestPatchAutomaticByPlatformSettingsModifier and TypeMethodDescriptionPatchSettings.automaticByPlatformSettings()Get the automaticByPlatformSettings property: Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.WindowsVMGuestPatchAutomaticByPlatformSettings.withBypassPlatformSafetyChecksOnUserSchedule(Boolean bypassPlatformSafetyChecksOnUserSchedule) Set the bypassPlatformSafetyChecksOnUserSchedule property: Enables customer to schedule patching without accidental upgrades.WindowsVMGuestPatchAutomaticByPlatformSettings.withRebootSetting(WindowsVMGuestPatchAutomaticByPlatformRebootSetting 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 WindowsVMGuestPatchAutomaticByPlatformSettingsModifier and TypeMethodDescriptionPatchSettings.withAutomaticByPlatformSettings(WindowsVMGuestPatchAutomaticByPlatformSettings automaticByPlatformSettings) Set the automaticByPlatformSettings property: Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.