Class RoutingRuleEnabledState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RoutingRuleEnabledState>
com.azure.resourcemanager.frontdoor.models.RoutingRuleEnabledState
public final class RoutingRuleEnabledState
extends com.azure.core.util.ExpandableStringEnum<RoutingRuleEnabledState>
Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final RoutingRuleEnabledState
Static value Disabled for RoutingRuleEnabledState.static final RoutingRuleEnabledState
Static value Enabled for RoutingRuleEnabledState. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RoutingRuleEnabledState
fromString
(String name) Creates or finds a RoutingRuleEnabledState from its string representation.static Collection<RoutingRuleEnabledState>
values()
Gets known RoutingRuleEnabledState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ENABLED
Static value Enabled for RoutingRuleEnabledState. -
DISABLED
Static value Disabled for RoutingRuleEnabledState.
-
-
Constructor Details
-
RoutingRuleEnabledState
Deprecated.Use thefromString(String)
factory method.Creates a new instance of RoutingRuleEnabledState value.
-
-
Method Details
-
fromString
Creates or finds a RoutingRuleEnabledState from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding RoutingRuleEnabledState.
-
values
Gets known RoutingRuleEnabledState values.- Returns:
- known RoutingRuleEnabledState values.
-
fromString(String)
factory method.