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