Class AlertStatus

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

public final class AlertStatus extends com.azure.core.util.ExpandableStringEnum<AlertStatus>
The life cycle status of the alert.
  • Field Details

    • ACTIVE

      public static final AlertStatus ACTIVE
      Static value Active for AlertStatus.
    • IN_PROGRESS

      public static final AlertStatus IN_PROGRESS
      Static value InProgress for AlertStatus.
    • RESOLVED

      public static final AlertStatus RESOLVED
      Static value Resolved for AlertStatus.
    • DISMISSED

      public static final AlertStatus DISMISSED
      Static value Dismissed for AlertStatus.
  • Constructor Details

    • AlertStatus

      public AlertStatus()
  • Method Details

    • fromString

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

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