Class RuleCategory
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RuleCategory>
com.azure.resourcemanager.machinelearning.models.RuleCategory
Category of a managed network Outbound Rule of a machine learning workspace.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RuleCategoryStatic value Dependency for RuleCategory.static final RuleCategoryStatic value Recommended for RuleCategory.static final RuleCategoryStatic value Required for RuleCategory.static final RuleCategoryStatic value UserDefined for RuleCategory. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RuleCategoryfromString(String name) Creates or finds a RuleCategory from its string representation.static Collection<RuleCategory>values()Gets known RuleCategory values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
REQUIRED
Static value Required for RuleCategory. -
RECOMMENDED
Static value Recommended for RuleCategory. -
USER_DEFINED
Static value UserDefined for RuleCategory. -
DEPENDENCY
Static value Dependency for RuleCategory.
-
-
Constructor Details
-
RuleCategory
Deprecated.Use thefromString(String)factory method.Creates a new instance of RuleCategory value.
-
-
Method Details
-
fromString
Creates or finds a RuleCategory from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RuleCategory.
-
values
Gets known RuleCategory values.- Returns:
- known RuleCategory values.
-
fromString(String)factory method.