Class RuleTypeEnum
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RuleTypeEnum>
com.azure.resourcemanager.loganalytics.models.RuleTypeEnum
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
SummaryRules rule type: User.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RuleTypeEnumfromString(String name) Creates or finds a RuleTypeEnum from its string representation.static Collection<RuleTypeEnum> values()Gets known RuleTypeEnum values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
USER
User defined summary rule. This is the definition for rules created and defined by users.
-
-
Constructor Details
-
RuleTypeEnum
Deprecated.Use thefromString(String)factory method.Creates a new instance of RuleTypeEnum value.
-
-
Method Details
-
fromString
Creates or finds a RuleTypeEnum from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RuleTypeEnum.
-
values
Gets known RuleTypeEnum values.- Returns:
- known RuleTypeEnum values.
-
fromString(String)factory method.