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 Details

  • Constructor Details

    • RoutingRuleEnabledState

      @Deprecated public RoutingRuleEnabledState()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of RoutingRuleEnabledState value.
  • Method Details

    • fromString

      public static RoutingRuleEnabledState fromString(String name)
      Creates or finds a RoutingRuleEnabledState from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding RoutingRuleEnabledState.
    • values

      public static Collection<RoutingRuleEnabledState> values()
      Gets known RoutingRuleEnabledState values.
      Returns:
      known RoutingRuleEnabledState values.