VMGuestPatchRebootBehavior Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. VMGuestPatchRebootBehavior
- com.
- com.
public final class VMGuestPatchRebootBehavior
extends ExpandableStringEnum<VMGuestPatchRebootBehavior>
Describes the reboot requirements of the patch.
Modifier and Type | Field and Description |
---|---|
static final
VMGuest |
ALWAYS_REQUIRES_REBOOT
Static value Always |
static final
VMGuest |
CAN_REQUEST_REBOOT
Static value Can |
static final
VMGuest |
NEVER_REBOOTS
Static value Never |
static final
VMGuest |
UNKNOWN
Static value Unknown for VMGuest |
Constructor | Description |
---|---|
VMGuest |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of VMGuest |
Modifier and Type | Method and Description |
---|---|
static
VMGuest |
from Creates or finds a VMGuest |
static
Collection<VMGuest |
values()
Gets known VMGuest |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
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.
NEVER_REBOOTS
public static final VMGuestPatchRebootBehavior NEVER_REBOOTS
Static value NeverReboots for VMGuestPatchRebootBehavior.
UNKNOWN
public static final VMGuestPatchRebootBehavior UNKNOWN
Static value Unknown for VMGuestPatchRebootBehavior.
VMGuestPatchRebootBehavior
@Deprecated
public VMGuestPatchRebootBehavior()
Deprecated
Creates a new instance of VMGuestPatchRebootBehavior value.
fromString
public static VMGuestPatchRebootBehavior fromString(String name)
Creates or finds a VMGuestPatchRebootBehavior from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known VMGuestPatchRebootBehavior values.
Returns:
Azure SDK for Java feedback
Azure SDK for Java is an open source project. Select a link to provide feedback: