RuleTypeEnum Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. loganalytics. models. RuleTypeEnum
- com.
- com.
public final class RuleTypeEnum
extends ExpandableStringEnum<RuleTypeEnum>
SummaryRules rule type: User.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Rule |
USER
User defined summary rule. |
Constructor Summary
| Constructor | Description |
|---|---|
| RuleTypeEnum() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Rule |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Rule |
fromString(String name)
Creates or finds a Rule |
|
static
Collection<Rule |
values()
Gets known Rule |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
USER
public static final RuleTypeEnum USER
User defined summary rule. This is the definition for rules created and defined by users.
Constructor Details
RuleTypeEnum
@Deprecated
public RuleTypeEnum()
Deprecated
Creates a new instance of RuleTypeEnum value.
Method Details
fromString
public static RuleTypeEnum fromString(String name)
Creates or finds a RuleTypeEnum from its string representation.
Parameters:
Returns:
values
public static Collection<RuleTypeEnum> values()
Gets known RuleTypeEnum values.
Returns: