java.lang.Object
com.azure.core.util.ExpandableStringEnum<AlertState>
com.azure.resourcemanager.alertsmanagement.models.AlertState

public final class AlertState extends com.azure.core.util.ExpandableStringEnum<AlertState>
Defines values for AlertState.
  • Field Details

    • NEW

      public static final AlertState NEW
      Static value New for AlertState.
    • ACKNOWLEDGED

      public static final AlertState ACKNOWLEDGED
      Static value Acknowledged for AlertState.
    • CLOSED

      public static final AlertState CLOSED
      Static value Closed for AlertState.
  • Constructor Details

    • AlertState

      public AlertState()
  • Method Details

    • fromString

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

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