Class Severity


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

      • ERROR

        public static final Severity ERROR
        Static value Error for Severity.
      • WARNING

        public static final Severity WARNING
        Static value Warning for Severity.
    • Constructor Detail

      • Severity

        public Severity()
    • Method Detail

      • fromString

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