Class WindowsVMGuestPatchMode
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<WindowsVMGuestPatchMode>
-
- com.azure.resourcemanager.compute.models.WindowsVMGuestPatchMode
-
public final class WindowsVMGuestPatchMode extends com.azure.core.util.ExpandableStringEnum<WindowsVMGuestPatchMode>
Defines values for WindowsVMGuestPatchMode.
-
-
Field Summary
Fields Modifier and Type Field Description static WindowsVMGuestPatchModeAUTOMATIC_BY_OSStatic value AutomaticByOS for WindowsVMGuestPatchMode.static WindowsVMGuestPatchModeAUTOMATIC_BY_PLATFORMStatic value AutomaticByPlatform for WindowsVMGuestPatchMode.static WindowsVMGuestPatchModeMANUALStatic value Manual for WindowsVMGuestPatchMode.
-
Constructor Summary
Constructors Constructor Description WindowsVMGuestPatchMode()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static WindowsVMGuestPatchModefromString(String name)Creates or finds a WindowsVMGuestPatchMode from its string representation.static Collection<WindowsVMGuestPatchMode>values()
-
-
-
Field Detail
-
MANUAL
public static final WindowsVMGuestPatchMode MANUAL
Static value Manual for WindowsVMGuestPatchMode.
-
AUTOMATIC_BY_OS
public static final WindowsVMGuestPatchMode AUTOMATIC_BY_OS
Static value AutomaticByOS for WindowsVMGuestPatchMode.
-
AUTOMATIC_BY_PLATFORM
public static final WindowsVMGuestPatchMode AUTOMATIC_BY_PLATFORM
Static value AutomaticByPlatform for WindowsVMGuestPatchMode.
-
-
Method Detail
-
fromString
public static WindowsVMGuestPatchMode fromString(String name)
Creates or finds a WindowsVMGuestPatchMode from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding WindowsVMGuestPatchMode.
-
values
public static Collection<WindowsVMGuestPatchMode> values()
- Returns:
- known WindowsVMGuestPatchMode values.
-
-