Uses of Class
com.microsoft.azure.management.compute.VMGuestPatchRebootSetting
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VMGuestPatchRebootSetting in com.microsoft.azure.management.compute
Modifier and TypeFieldDescriptionstatic final VMGuestPatchRebootSetting
VMGuestPatchRebootSetting.ALWAYS
Static value Always for VMGuestPatchRebootSetting.static final VMGuestPatchRebootSetting
VMGuestPatchRebootSetting.IF_REQUIRED
Static value IfRequired for VMGuestPatchRebootSetting.static final VMGuestPatchRebootSetting
VMGuestPatchRebootSetting.NEVER
Static value Never for VMGuestPatchRebootSetting.Modifier and TypeMethodDescriptionstatic VMGuestPatchRebootSetting
VMGuestPatchRebootSetting.fromString
(String name) Creates or finds a VMGuestPatchRebootSetting from its string representation.VirtualMachineInstallPatchesParameters.rebootSetting()
Get defines when it is acceptable to reboot a VM during a software update operation.Modifier and TypeMethodDescriptionstatic Collection<VMGuestPatchRebootSetting>
VMGuestPatchRebootSetting.values()
Modifier and TypeMethodDescriptionVirtualMachineInstallPatchesParameters.withRebootSetting
(VMGuestPatchRebootSetting rebootSetting) Set defines when it is acceptable to reboot a VM during a software update operation.