Class CustomRuleEnabledState
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<CustomRuleEnabledState>
com.microsoft.azure.management.cdn.CustomRuleEnabledState
public final class CustomRuleEnabledState
extends com.microsoft.rest.ExpandableStringEnum<CustomRuleEnabledState>
Defines values for CustomRuleEnabledState.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final CustomRuleEnabledState
Static value Disabled for CustomRuleEnabledState.static final CustomRuleEnabledState
Static value Enabled for CustomRuleEnabledState. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CustomRuleEnabledState
fromString
(String name) Creates or finds a CustomRuleEnabledState from its string representation.static Collection<CustomRuleEnabledState>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
DISABLED
Static value Disabled for CustomRuleEnabledState. -
ENABLED
Static value Enabled for CustomRuleEnabledState.
-
-
Constructor Details
-
CustomRuleEnabledState
public CustomRuleEnabledState()
-
-
Method Details
-
fromString
Creates or finds a CustomRuleEnabledState from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding CustomRuleEnabledState
-
values
- Returns:
- known CustomRuleEnabledState values
-