LinuxVmGuestPatchAutomaticByPlatformRebootSetting Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
public enum LinuxVmGuestPatchAutomaticByPlatformRebootSetting
type LinuxVmGuestPatchAutomaticByPlatformRebootSetting =
Public Enum LinuxVmGuestPatchAutomaticByPlatformRebootSetting
- Inheritance
-
LinuxVmGuestPatchAutomaticByPlatformRebootSetting
Fields
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | Unknown. |
| IfRequired | 1 | IfRequired. |
| Never | 2 | Never. |
| Always | 3 | Always. |