java.lang.Object
com.azure.core.util.ExpandableStringEnum<RuleCategory>
com.azure.resourcemanager.securitydevops.models.RuleCategory

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

    • CODE

      public static final RuleCategory CODE
      Static value Code for RuleCategory.
    • ARTIFACTS

      public static final RuleCategory ARTIFACTS
      Static value Artifacts for RuleCategory.
    • DEPENDENCIES

      public static final RuleCategory DEPENDENCIES
      Static value Dependencies for RuleCategory.
    • SECRETS

      public static final RuleCategory SECRETS
      Static value Secrets for RuleCategory.
    • IAC

      public static final RuleCategory IAC
      Static value IaC for RuleCategory.
    • CONTAINERS

      public static final RuleCategory CONTAINERS
      Static value Containers for RuleCategory.
  • Constructor Details

    • RuleCategory

      public RuleCategory()
  • Method Details

    • fromString

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

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