Class WindowsVMGuestPatchMode


  • public final class WindowsVMGuestPatchMode
    extends com.azure.core.util.ExpandableStringEnum<WindowsVMGuestPatchMode>
    Defines values for WindowsVMGuestPatchMode.
    • Field Detail

      • 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 Detail

      • WindowsVMGuestPatchMode

        public WindowsVMGuestPatchMode()
    • Method Detail

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