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