Class IncidentSeverity

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

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

    • HIGH

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

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

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

      public static final IncidentSeverity INFORMATIONAL
      Static value Informational for IncidentSeverity.
  • Constructor Details

    • IncidentSeverity

      public IncidentSeverity()
  • Method Details

    • fromString

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

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