java.lang.Object
com.azure.core.util.ExpandableStringEnum<RuleType>
com.azure.resourcemanager.security.models.RuleType

public final class RuleType extends com.azure.core.util.ExpandableStringEnum<RuleType>
The rule type.
  • Field Details

    • BINARY

      public static final RuleType BINARY
      Static value Binary for RuleType.
    • BASELINE_EXPECTED

      public static final RuleType BASELINE_EXPECTED
      Static value BaselineExpected for RuleType.
    • POSITIVE_LIST

      public static final RuleType POSITIVE_LIST
      Static value PositiveList for RuleType.
    • NEGATIVE_LIST

      public static final RuleType NEGATIVE_LIST
      Static value NegativeList for RuleType.
  • Constructor Details

    • RuleType

      public RuleType()
  • Method Details

    • fromString

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

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