Class RuleSeverity

java.lang.Object
com.azure.core.util.ExpandableStringEnum<RuleSeverity>
com.azure.resourcemanager.security.models.RuleSeverity

public final class RuleSeverity extends com.azure.core.util.ExpandableStringEnum<RuleSeverity>
The rule severity.
  • Field Details

    • HIGH

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

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

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

      public static final RuleSeverity INFORMATIONAL
      Static value Informational for RuleSeverity.
    • OBSOLETE

      public static final RuleSeverity OBSOLETE
      Static value Obsolete for RuleSeverity.
  • Constructor Details

    • RuleSeverity

      public RuleSeverity()
  • Method Details

    • fromString

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

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