Uses of Class
com.microsoft.azure.management.compute.VMGuestPatchRebootBehavior
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VMGuestPatchRebootBehavior in com.microsoft.azure.management.compute
Modifier and TypeFieldDescriptionstatic final VMGuestPatchRebootBehavior
VMGuestPatchRebootBehavior.ALWAYS_REQUIRES_REBOOT
Static value AlwaysRequiresReboot for VMGuestPatchRebootBehavior.static final VMGuestPatchRebootBehavior
VMGuestPatchRebootBehavior.CAN_REQUEST_REBOOT
Static value CanRequestReboot for VMGuestPatchRebootBehavior.static final VMGuestPatchRebootBehavior
VMGuestPatchRebootBehavior.NEVER_REBOOTS
Static value NeverReboots for VMGuestPatchRebootBehavior.static final VMGuestPatchRebootBehavior
VMGuestPatchRebootBehavior.UNKNOWN
Static value Unknown for VMGuestPatchRebootBehavior.Modifier and TypeMethodDescriptionstatic VMGuestPatchRebootBehavior
VMGuestPatchRebootBehavior.fromString
(String name) Creates or finds a VMGuestPatchRebootBehavior from its string representation.VirtualMachineSoftwarePatchProperties.rebootBehavior()
Get describes the reboot requirements of the patch.Modifier and TypeMethodDescriptionstatic Collection<VMGuestPatchRebootBehavior>
VMGuestPatchRebootBehavior.values()