Class CustomRuleEnabledState


  • public final class CustomRuleEnabledState
    extends com.azure.core.util.ExpandableStringEnum<CustomRuleEnabledState>
    Defines values for CustomRuleEnabledState.
    • Field Detail

      • DISABLED

        public static final CustomRuleEnabledState DISABLED
        Static value Disabled for CustomRuleEnabledState.
      • ENABLED

        public static final CustomRuleEnabledState ENABLED
        Static value Enabled for CustomRuleEnabledState.
    • Constructor Detail

      • CustomRuleEnabledState

        public CustomRuleEnabledState()
    • Method Detail

      • fromString

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