Class AlertSeverity
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<AlertSeverity>
com.microsoft.azure.management.monitor.AlertSeverity
Defines values for AlertSeverity.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AlertSeverity
Static value 4 for AlertSeverity.static final AlertSeverity
Static value 1 for AlertSeverity.static final AlertSeverity
Static value 3 for AlertSeverity.static final AlertSeverity
Static value 2 for AlertSeverity.static final AlertSeverity
Static value 0 for AlertSeverity. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AlertSeverity
fromString
(String name) Creates or finds a AlertSeverity from its string representation.static Collection<AlertSeverity>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
ZERO
Static value 0 for AlertSeverity. -
ONE
Static value 1 for AlertSeverity. -
TWO
Static value 2 for AlertSeverity. -
THREE
Static value 3 for AlertSeverity. -
FOUR
Static value 4 for AlertSeverity.
-
-
Constructor Details
-
AlertSeverity
public AlertSeverity()
-
-
Method Details
-
fromString
Creates or finds a AlertSeverity from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding AlertSeverity
-
values
- Returns:
- known AlertSeverity values
-