Class VMGuestPatchRebootBehavior
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<VMGuestPatchRebootBehavior>
com.microsoft.azure.management.compute.VMGuestPatchRebootBehavior
public final class VMGuestPatchRebootBehavior
extends com.microsoft.rest.ExpandableStringEnum<VMGuestPatchRebootBehavior>
Defines values for VMGuestPatchRebootBehavior.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final VMGuestPatchRebootBehavior
Static value AlwaysRequiresReboot for VMGuestPatchRebootBehavior.static final VMGuestPatchRebootBehavior
Static value CanRequestReboot for VMGuestPatchRebootBehavior.static final VMGuestPatchRebootBehavior
Static value NeverReboots for VMGuestPatchRebootBehavior.static final VMGuestPatchRebootBehavior
Static value Unknown for VMGuestPatchRebootBehavior. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic VMGuestPatchRebootBehavior
fromString
(String name) Creates or finds a VMGuestPatchRebootBehavior from its string representation.static Collection<VMGuestPatchRebootBehavior>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
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
public VMGuestPatchRebootBehavior()
-
-
Method Details
-
fromString
Creates or finds a VMGuestPatchRebootBehavior from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding VMGuestPatchRebootBehavior
-
values
- Returns:
- known VMGuestPatchRebootBehavior values
-