Uses of Class
com.microsoft.azure.management.compute.VMGuestPatchRebootBehavior
Packages that use VMGuestPatchRebootBehavior
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VMGuestPatchRebootBehavior in com.microsoft.azure.management.compute
Fields in com.microsoft.azure.management.compute declared as VMGuestPatchRebootBehaviorModifier 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.Methods in com.microsoft.azure.management.compute that return VMGuestPatchRebootBehaviorModifier 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.Methods in com.microsoft.azure.management.compute that return types with arguments of type VMGuestPatchRebootBehaviorModifier and TypeMethodDescriptionstatic Collection<VMGuestPatchRebootBehavior>
VMGuestPatchRebootBehavior.values()