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

public final class RuleCategory extends com.azure.core.util.ExpandableStringEnum<RuleCategory>
Category of a managed network Outbound Rule of a machine learning workspace.
  • Field Details

    • REQUIRED

      public static final RuleCategory REQUIRED
      Static value Required for RuleCategory.
    • USER_DEFINED

      public static final RuleCategory USER_DEFINED
      Static value UserDefined for RuleCategory.
    • DEPENDENCY

      public static final RuleCategory DEPENDENCY
      Static value Dependency for RuleCategory.
  • Constructor Details

    • RuleCategory

      @Deprecated public RuleCategory()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of RuleCategory value.
  • 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.