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