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