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