Class LinuxVMGuestPatchMode
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<LinuxVMGuestPatchMode>
com.microsoft.azure.management.compute.LinuxVMGuestPatchMode
public final class LinuxVMGuestPatchMode
extends com.microsoft.rest.ExpandableStringEnum<LinuxVMGuestPatchMode>
Defines values for LinuxVMGuestPatchMode.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final LinuxVMGuestPatchMode
Static value AutomaticByPlatform for LinuxVMGuestPatchMode.static final LinuxVMGuestPatchMode
Static value ImageDefault for LinuxVMGuestPatchMode. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LinuxVMGuestPatchMode
fromString
(String name) Creates or finds a LinuxVMGuestPatchMode from its string representation.static Collection<LinuxVMGuestPatchMode>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
IMAGE_DEFAULT
Static value ImageDefault for LinuxVMGuestPatchMode. -
AUTOMATIC_BY_PLATFORM
Static value AutomaticByPlatform for LinuxVMGuestPatchMode.
-
-
Constructor Details
-
LinuxVMGuestPatchMode
public LinuxVMGuestPatchMode()
-
-
Method Details
-
fromString
Creates or finds a LinuxVMGuestPatchMode from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding LinuxVMGuestPatchMode
-
values
- Returns:
- known LinuxVMGuestPatchMode values
-