Class Enabled
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<Enabled>
-
- com.azure.resourcemanager.monitor.models.Enabled
-
public final class Enabled extends com.azure.core.util.ExpandableStringEnum<Enabled>
Defines values for Enabled.
-
-
Constructor Summary
Constructors Constructor Description Enabled()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EnabledfromString(String name)Creates or finds a Enabled from its string representation.static Collection<Enabled>values()
-
-
-
Method Detail
-
fromString
public static Enabled fromString(String name)
Creates or finds a Enabled from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding Enabled.
-
values
public static Collection<Enabled> values()
- Returns:
- known Enabled values.
-
-