Uses of Class
com.microsoft.azure.management.compute.VMGuestPatchRebootSetting
Packages that use VMGuestPatchRebootSetting
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VMGuestPatchRebootSetting in com.microsoft.azure.management.compute
Fields in com.microsoft.azure.management.compute declared as VMGuestPatchRebootSettingModifier 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.Methods in com.microsoft.azure.management.compute that return VMGuestPatchRebootSettingModifier 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.Methods in com.microsoft.azure.management.compute that return types with arguments of type VMGuestPatchRebootSettingModifier and TypeMethodDescriptionstatic Collection<VMGuestPatchRebootSetting>
VMGuestPatchRebootSetting.values()
Methods in com.microsoft.azure.management.compute with parameters of type VMGuestPatchRebootSettingModifier and TypeMethodDescriptionVirtualMachineInstallPatchesParameters.withRebootSetting
(VMGuestPatchRebootSetting rebootSetting) Set defines when it is acceptable to reboot a VM during a software update operation.