Uses of Class
com.azure.resourcemanager.compute.models.WindowsVMGuestPatchAutomaticByPlatformRebootSetting
Packages that use WindowsVMGuestPatchAutomaticByPlatformRebootSetting
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of WindowsVMGuestPatchAutomaticByPlatformRebootSetting in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as WindowsVMGuestPatchAutomaticByPlatformRebootSettingModifier and TypeFieldDescriptionstatic final WindowsVMGuestPatchAutomaticByPlatformRebootSettingWindowsVMGuestPatchAutomaticByPlatformRebootSetting.ALWAYSStatic value Always for WindowsVMGuestPatchAutomaticByPlatformRebootSetting.static final WindowsVMGuestPatchAutomaticByPlatformRebootSettingWindowsVMGuestPatchAutomaticByPlatformRebootSetting.IF_REQUIREDStatic value IfRequired for WindowsVMGuestPatchAutomaticByPlatformRebootSetting.static final WindowsVMGuestPatchAutomaticByPlatformRebootSettingWindowsVMGuestPatchAutomaticByPlatformRebootSetting.NEVERStatic value Never for WindowsVMGuestPatchAutomaticByPlatformRebootSetting.static final WindowsVMGuestPatchAutomaticByPlatformRebootSettingWindowsVMGuestPatchAutomaticByPlatformRebootSetting.UNKNOWNStatic value Unknown for WindowsVMGuestPatchAutomaticByPlatformRebootSetting.Methods in com.azure.resourcemanager.compute.models that return WindowsVMGuestPatchAutomaticByPlatformRebootSettingModifier and TypeMethodDescriptionWindowsVMGuestPatchAutomaticByPlatformRebootSetting.fromString(String name) Creates or finds a WindowsVMGuestPatchAutomaticByPlatformRebootSetting from its string representation.WindowsVMGuestPatchAutomaticByPlatformSettings.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 WindowsVMGuestPatchAutomaticByPlatformRebootSettingModifier and TypeMethodDescriptionWindowsVMGuestPatchAutomaticByPlatformRebootSetting.values()Gets known WindowsVMGuestPatchAutomaticByPlatformRebootSetting values.Methods in com.azure.resourcemanager.compute.models with parameters of type WindowsVMGuestPatchAutomaticByPlatformRebootSettingModifier and TypeMethodDescriptionWindowsVMGuestPatchAutomaticByPlatformSettings.withRebootSetting(WindowsVMGuestPatchAutomaticByPlatformRebootSetting rebootSetting) Set the rebootSetting property: Specifies the reboot setting for all AutomaticByPlatform patch installation operations.