Class AlertSeverity


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

      • HIGH

        public static final AlertSeverity HIGH
        Static value High for AlertSeverity.
      • MEDIUM

        public static final AlertSeverity MEDIUM
        Static value Medium for AlertSeverity.
      • LOW

        public static final AlertSeverity LOW
        Static value Low for AlertSeverity.
      • INFORMATIONAL

        public static final AlertSeverity INFORMATIONAL
        Static value Informational for AlertSeverity.
    • Constructor Detail

      • AlertSeverity

        public AlertSeverity()
    • Method Detail

      • fromString

        public static AlertSeverity fromString​(String name)
        Creates or finds a AlertSeverity from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding AlertSeverity.
      • values

        public static Collection<AlertSeverity> values()
        Gets known AlertSeverity values.
        Returns:
        known AlertSeverity values.