Uses of Class
com.azure.resourcemanager.compute.models.LinuxVMGuestPatchAutomaticByPlatformRebootSetting
Packages that use LinuxVMGuestPatchAutomaticByPlatformRebootSetting
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of LinuxVMGuestPatchAutomaticByPlatformRebootSetting in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as LinuxVMGuestPatchAutomaticByPlatformRebootSettingModifier and TypeFieldDescriptionstatic final LinuxVMGuestPatchAutomaticByPlatformRebootSettingLinuxVMGuestPatchAutomaticByPlatformRebootSetting.ALWAYSStatic value Always for LinuxVMGuestPatchAutomaticByPlatformRebootSetting.static final LinuxVMGuestPatchAutomaticByPlatformRebootSettingLinuxVMGuestPatchAutomaticByPlatformRebootSetting.IF_REQUIREDStatic value IfRequired for LinuxVMGuestPatchAutomaticByPlatformRebootSetting.static final LinuxVMGuestPatchAutomaticByPlatformRebootSettingLinuxVMGuestPatchAutomaticByPlatformRebootSetting.NEVERStatic value Never for LinuxVMGuestPatchAutomaticByPlatformRebootSetting.static final LinuxVMGuestPatchAutomaticByPlatformRebootSettingLinuxVMGuestPatchAutomaticByPlatformRebootSetting.UNKNOWNStatic value Unknown for LinuxVMGuestPatchAutomaticByPlatformRebootSetting.Methods in com.azure.resourcemanager.compute.models that return LinuxVMGuestPatchAutomaticByPlatformRebootSettingModifier and TypeMethodDescriptionLinuxVMGuestPatchAutomaticByPlatformRebootSetting.fromString(String name) Creates or finds a LinuxVMGuestPatchAutomaticByPlatformRebootSetting from its string representation.LinuxVMGuestPatchAutomaticByPlatformSettings.rebootSetting()Get the rebootSetting property: Specifies the reboot setting for all AutomaticByPlatform patch installation operations.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type LinuxVMGuestPatchAutomaticByPlatformRebootSettingModifier and TypeMethodDescriptionLinuxVMGuestPatchAutomaticByPlatformRebootSetting.values()Gets known LinuxVMGuestPatchAutomaticByPlatformRebootSetting values.Methods in com.azure.resourcemanager.compute.models with parameters of type LinuxVMGuestPatchAutomaticByPlatformRebootSettingModifier and TypeMethodDescriptionLinuxVMGuestPatchAutomaticByPlatformSettings.withRebootSetting(LinuxVMGuestPatchAutomaticByPlatformRebootSetting rebootSetting) Set the rebootSetting property: Specifies the reboot setting for all AutomaticByPlatform patch installation operations.