Class Enabled
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Enabled>
com.azure.resourcemanager.monitor.models.Enabled
Defines values for Enabled.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EnabledfromString(String name) Creates or finds a Enabled from its string representation.static Collection<Enabled>values()Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
TRUE
Static value true for Enabled. -
FALSE
Static value false for Enabled.
-
-
Constructor Details
-
Enabled
public Enabled()
-
-
Method Details
-
fromString
Creates or finds a Enabled from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding Enabled.
-
values
- Returns:
- known Enabled values.
-