Class LinuxVMGuestPatchAutomaticByPlatformRebootSetting
java.lang.Object
com.azure.core.util.ExpandableStringEnum<LinuxVMGuestPatchAutomaticByPlatformRebootSetting>
com.azure.resourcemanager.compute.models.LinuxVMGuestPatchAutomaticByPlatformRebootSetting
public final class LinuxVMGuestPatchAutomaticByPlatformRebootSetting
extends com.azure.core.util.ExpandableStringEnum<LinuxVMGuestPatchAutomaticByPlatformRebootSetting>
Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LinuxVMGuestPatchAutomaticByPlatformRebootSettingStatic value Always for LinuxVMGuestPatchAutomaticByPlatformRebootSetting.static final LinuxVMGuestPatchAutomaticByPlatformRebootSettingStatic value IfRequired for LinuxVMGuestPatchAutomaticByPlatformRebootSetting.static final LinuxVMGuestPatchAutomaticByPlatformRebootSettingStatic value Never for LinuxVMGuestPatchAutomaticByPlatformRebootSetting.static final LinuxVMGuestPatchAutomaticByPlatformRebootSettingStatic value Unknown for LinuxVMGuestPatchAutomaticByPlatformRebootSetting. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a LinuxVMGuestPatchAutomaticByPlatformRebootSetting from its string representation.values()Gets known LinuxVMGuestPatchAutomaticByPlatformRebootSetting values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
UNKNOWN
Static value Unknown for LinuxVMGuestPatchAutomaticByPlatformRebootSetting. -
IF_REQUIRED
Static value IfRequired for LinuxVMGuestPatchAutomaticByPlatformRebootSetting. -
NEVER
Static value Never for LinuxVMGuestPatchAutomaticByPlatformRebootSetting. -
ALWAYS
Static value Always for LinuxVMGuestPatchAutomaticByPlatformRebootSetting.
-
-
Constructor Details
-
LinuxVMGuestPatchAutomaticByPlatformRebootSetting
Deprecated.Use thefromString(String)factory method.Creates a new instance of LinuxVMGuestPatchAutomaticByPlatformRebootSetting value.
-
-
Method Details
-
fromString
Creates or finds a LinuxVMGuestPatchAutomaticByPlatformRebootSetting from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding LinuxVMGuestPatchAutomaticByPlatformRebootSetting.
-
values
Gets known LinuxVMGuestPatchAutomaticByPlatformRebootSetting values.- Returns:
- known LinuxVMGuestPatchAutomaticByPlatformRebootSetting values.
-
fromString(String)factory method.