Class VMGuestPatchRebootBehavior
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<VMGuestPatchRebootBehavior>
-
- com.azure.resourcemanager.compute.models.VMGuestPatchRebootBehavior
-
public final class VMGuestPatchRebootBehavior extends com.azure.core.util.ExpandableStringEnum<VMGuestPatchRebootBehavior>
Defines values for VMGuestPatchRebootBehavior.
-
-
Field Summary
Fields Modifier and Type Field Description static VMGuestPatchRebootBehaviorALWAYS_REQUIRES_REBOOTStatic value AlwaysRequiresReboot for VMGuestPatchRebootBehavior.static VMGuestPatchRebootBehaviorCAN_REQUEST_REBOOTStatic value CanRequestReboot for VMGuestPatchRebootBehavior.static VMGuestPatchRebootBehaviorNEVER_REBOOTSStatic value NeverReboots for VMGuestPatchRebootBehavior.static VMGuestPatchRebootBehaviorUNKNOWNStatic value Unknown for VMGuestPatchRebootBehavior.
-
Constructor Summary
Constructors Constructor Description VMGuestPatchRebootBehavior()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static VMGuestPatchRebootBehaviorfromString(String name)Creates or finds a VMGuestPatchRebootBehavior from its string representation.static Collection<VMGuestPatchRebootBehavior>values()
-
-
-
Field Detail
-
UNKNOWN
public static final VMGuestPatchRebootBehavior UNKNOWN
Static value Unknown for VMGuestPatchRebootBehavior.
-
NEVER_REBOOTS
public static final VMGuestPatchRebootBehavior NEVER_REBOOTS
Static value NeverReboots for VMGuestPatchRebootBehavior.
-
ALWAYS_REQUIRES_REBOOT
public static final VMGuestPatchRebootBehavior ALWAYS_REQUIRES_REBOOT
Static value AlwaysRequiresReboot for VMGuestPatchRebootBehavior.
-
CAN_REQUEST_REBOOT
public static final VMGuestPatchRebootBehavior CAN_REQUEST_REBOOT
Static value CanRequestReboot for VMGuestPatchRebootBehavior.
-
-
Method Detail
-
fromString
public static VMGuestPatchRebootBehavior fromString(String name)
Creates or finds a VMGuestPatchRebootBehavior from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding VMGuestPatchRebootBehavior.
-
values
public static Collection<VMGuestPatchRebootBehavior> values()
- Returns:
- known VMGuestPatchRebootBehavior values.
-
-