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>

public final class RuleTypeEnum extends com.azure.core.util.ExpandableStringEnum<RuleTypeEnum>
SummaryRules rule type: User.
  • 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.
      Use the fromString(String) factory method.
      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:
      name - a name to look for.
      Returns:
      the corresponding RuleTypeEnum.
    • values

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