Class VMGuestPatchRebootBehavior
java.lang.Object
com.azure.core.util.ExpandableStringEnum<VMGuestPatchRebootBehavior>
com.azure.resourcemanager.compute.models.VMGuestPatchRebootBehavior
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class VMGuestPatchRebootBehavior
extends com.azure.core.util.ExpandableStringEnum<VMGuestPatchRebootBehavior>
Describes the reboot requirements of the patch.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final VMGuestPatchRebootBehaviorStatic value AlwaysRequiresReboot for VMGuestPatchRebootBehavior.static final VMGuestPatchRebootBehaviorStatic value CanRequestReboot for VMGuestPatchRebootBehavior.static final VMGuestPatchRebootBehaviorStatic value NeverReboots for VMGuestPatchRebootBehavior.static final VMGuestPatchRebootBehaviorStatic value Unknown for VMGuestPatchRebootBehavior. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VMGuestPatchRebootBehaviorfromString(String name) Creates or finds a VMGuestPatchRebootBehavior from its string representation.static Collection<VMGuestPatchRebootBehavior> values()Gets known VMGuestPatchRebootBehavior values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
UNKNOWN
Static value Unknown for VMGuestPatchRebootBehavior. -
NEVER_REBOOTS
Static value NeverReboots for VMGuestPatchRebootBehavior. -
ALWAYS_REQUIRES_REBOOT
Static value AlwaysRequiresReboot for VMGuestPatchRebootBehavior. -
CAN_REQUEST_REBOOT
Static value CanRequestReboot for VMGuestPatchRebootBehavior.
-
-
Constructor Details
-
VMGuestPatchRebootBehavior
Deprecated.Use thefromString(String)factory method.Creates a new instance of VMGuestPatchRebootBehavior value.
-
-
Method Details
-
fromString
Creates or finds a VMGuestPatchRebootBehavior from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding VMGuestPatchRebootBehavior.
-
values
Gets known VMGuestPatchRebootBehavior values.- Returns:
- known VMGuestPatchRebootBehavior values.
-
fromString(String)factory method.