java.lang.Object
com.azure.core.util.ExpandableStringEnum<AlertSeverity>
com.azure.resourcemanager.securityinsights.models.AlertSeverity

public final class AlertSeverity extends com.azure.core.util.ExpandableStringEnum<AlertSeverity>
The severity of the alert.
  • Field Details

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

    • AlertSeverity

      public AlertSeverity()
  • Method Details

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