Class AlertSeverity

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

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

    • INFORMATIONAL

      public static final AlertSeverity INFORMATIONAL
      Static value Informational for AlertSeverity.
    • WARNING

      public static final AlertSeverity WARNING
      Static value Warning for AlertSeverity.
    • CRITICAL

      public static final AlertSeverity CRITICAL
      Static value Critical for AlertSeverity.
  • Constructor Details

    • AlertSeverity

      @Deprecated public AlertSeverity()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of AlertSeverity value.
  • 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.