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 Details

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

    • LinuxVMGuestPatchMode

      public LinuxVMGuestPatchMode()
  • Method Details

    • 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