Class AlertState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AlertState>
com.azure.resourcemanager.alertsmanagement.models.AlertState
Defines values for AlertState.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AlertState
Static value Acknowledged for AlertState.static final AlertState
Static value Closed for AlertState.static final AlertState
Static value New for AlertState. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AlertState
fromString
(String name) Creates or finds a AlertState from its string representation.static Collection<AlertState>
values()
Gets known AlertState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NEW
Static value New for AlertState. -
ACKNOWLEDGED
Static value Acknowledged for AlertState. -
CLOSED
Static value Closed for AlertState.
-
-
Constructor Details
-
AlertState
public AlertState()
-
-
Method Details
-
fromString
Creates or finds a AlertState from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding AlertState.
-
values
Gets known AlertState values.- Returns:
- known AlertState values.
-