Class ReportedSeverity

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

public final class ReportedSeverity extends com.azure.core.util.ExpandableStringEnum<ReportedSeverity>
Assessed alert severity.
  • Field Details

    • INFORMATIONAL

      public static final ReportedSeverity INFORMATIONAL
      Static value Informational for ReportedSeverity.
    • LOW

      public static final ReportedSeverity LOW
      Static value Low for ReportedSeverity.
    • MEDIUM

      public static final ReportedSeverity MEDIUM
      Static value Medium for ReportedSeverity.
    • HIGH

      public static final ReportedSeverity HIGH
      Static value High for ReportedSeverity.
  • Constructor Details

    • ReportedSeverity

      public ReportedSeverity()
  • Method Details

    • fromString

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

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