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 Details

    • 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.
  • Constructor Details

    • WindowsVMGuestPatchMode

      public WindowsVMGuestPatchMode()
  • Method Details

    • 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