Class LinuxVMGuestPatchMode


  • public final class LinuxVMGuestPatchMode
    extends com.azure.core.util.ExpandableStringEnum<LinuxVMGuestPatchMode>
    Defines values for LinuxVMGuestPatchMode.
    • 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.
    • Constructor Detail

      • LinuxVMGuestPatchMode

        public 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.