Uses of Class
com.azure.resourcemanager.compute.models.VMGuestPatchRebootSetting
Packages that use VMGuestPatchRebootSetting
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VMGuestPatchRebootSetting in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type VMGuestPatchRebootSetting in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classDefines when it is acceptable to reboot a VM during a software update operation.Fields in com.azure.resourcemanager.compute.models declared as VMGuestPatchRebootSettingModifier and TypeFieldDescriptionstatic final VMGuestPatchRebootSettingVMGuestPatchRebootSetting.ALWAYSStatic value Always for VMGuestPatchRebootSetting.static final VMGuestPatchRebootSettingVMGuestPatchRebootSetting.IF_REQUIREDStatic value IfRequired for VMGuestPatchRebootSetting.static final VMGuestPatchRebootSettingVMGuestPatchRebootSetting.NEVERStatic value Never for VMGuestPatchRebootSetting.Methods in com.azure.resourcemanager.compute.models that return VMGuestPatchRebootSettingModifier and TypeMethodDescriptionstatic VMGuestPatchRebootSettingVMGuestPatchRebootSetting.fromString(String name) Creates or finds a VMGuestPatchRebootSetting from its string representation.VirtualMachineInstallPatchesParameters.rebootSetting()Get the rebootSetting property: Defines when it is acceptable to reboot a VM during a software update operation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type VMGuestPatchRebootSettingModifier and TypeMethodDescriptionstatic Collection<VMGuestPatchRebootSetting> VMGuestPatchRebootSetting.values()Gets known VMGuestPatchRebootSetting values.Methods in com.azure.resourcemanager.compute.models with parameters of type VMGuestPatchRebootSettingModifier and TypeMethodDescriptionVirtualMachineInstallPatchesParameters.withRebootSetting(VMGuestPatchRebootSetting rebootSetting) Set the rebootSetting property: Defines when it is acceptable to reboot a VM during a software update operation.