Uses of Class
com.azure.resourcemanager.compute.models.VMGuestPatchRebootBehavior
Packages that use VMGuestPatchRebootBehavior
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VMGuestPatchRebootBehavior in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as VMGuestPatchRebootBehaviorModifier and TypeFieldDescriptionstatic final VMGuestPatchRebootBehaviorVMGuestPatchRebootBehavior.ALWAYS_REQUIRES_REBOOTStatic value AlwaysRequiresReboot for VMGuestPatchRebootBehavior.static final VMGuestPatchRebootBehaviorVMGuestPatchRebootBehavior.CAN_REQUEST_REBOOTStatic value CanRequestReboot for VMGuestPatchRebootBehavior.static final VMGuestPatchRebootBehaviorVMGuestPatchRebootBehavior.NEVER_REBOOTSStatic value NeverReboots for VMGuestPatchRebootBehavior.static final VMGuestPatchRebootBehaviorVMGuestPatchRebootBehavior.UNKNOWNStatic value Unknown for VMGuestPatchRebootBehavior.Methods in com.azure.resourcemanager.compute.models that return VMGuestPatchRebootBehaviorModifier and TypeMethodDescriptionstatic VMGuestPatchRebootBehaviorVMGuestPatchRebootBehavior.fromString(String name) Creates or finds a VMGuestPatchRebootBehavior from its string representation.VirtualMachineSoftwarePatchProperties.rebootBehavior()Get the rebootBehavior property: Describes the reboot requirements of the patch.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type VMGuestPatchRebootBehaviorModifier and TypeMethodDescriptionstatic Collection<VMGuestPatchRebootBehavior>VMGuestPatchRebootBehavior.values()Gets known VMGuestPatchRebootBehavior values.