Uses of Class
com.azure.resourcemanager.compute.models.VMGuestPatchRebootBehavior
-
Packages that use VMGuestPatchRebootBehavior Package Description com.azure.resourcemanager.compute.models 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 VMGuestPatchRebootBehavior Modifier and Type Field Description static VMGuestPatchRebootBehaviorVMGuestPatchRebootBehavior. ALWAYS_REQUIRES_REBOOTStatic value AlwaysRequiresReboot for VMGuestPatchRebootBehavior.static VMGuestPatchRebootBehaviorVMGuestPatchRebootBehavior. CAN_REQUEST_REBOOTStatic value CanRequestReboot for VMGuestPatchRebootBehavior.static VMGuestPatchRebootBehaviorVMGuestPatchRebootBehavior. NEVER_REBOOTSStatic value NeverReboots for VMGuestPatchRebootBehavior.static VMGuestPatchRebootBehaviorVMGuestPatchRebootBehavior. UNKNOWNStatic value Unknown for VMGuestPatchRebootBehavior.Methods in com.azure.resourcemanager.compute.models that return VMGuestPatchRebootBehavior Modifier and Type Method Description static VMGuestPatchRebootBehaviorVMGuestPatchRebootBehavior. fromString(String name)Creates or finds a VMGuestPatchRebootBehavior from its string representation.VMGuestPatchRebootBehaviorVirtualMachineSoftwarePatchProperties. 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 VMGuestPatchRebootBehavior Modifier and Type Method Description static Collection<VMGuestPatchRebootBehavior>VMGuestPatchRebootBehavior. values()
-