Class ManagedRuleEnabledState

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ManagedRuleEnabledState>
com.azure.resourcemanager.frontdoor.models.ManagedRuleEnabledState

public final class ManagedRuleEnabledState extends com.azure.core.util.ExpandableStringEnum<ManagedRuleEnabledState>
Describes if the managed rule is in enabled or disabled state.
  • Field Details

  • Constructor Details

    • ManagedRuleEnabledState

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

    • fromString

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

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