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