Class Enabled
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<Enabled>
com.microsoft.azure.management.monitor.Enabled
Defines values for Enabled.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Enabled
fromString
(String name) Creates or finds a Enabled from its string representation.static Collection<Enabled>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
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
-