java.lang.Object
com.azure.core.util.ExpandableStringEnum<AlertRuleKind>
com.azure.resourcemanager.securityinsights.models.AlertRuleKind

public final class AlertRuleKind extends com.azure.core.util.ExpandableStringEnum<AlertRuleKind>
The kind of the alert rule.
  • Field Details

    • SCHEDULED

      public static final AlertRuleKind SCHEDULED
      Static value Scheduled for AlertRuleKind.
    • MICROSOFT_SECURITY_INCIDENT_CREATION

      public static final AlertRuleKind MICROSOFT_SECURITY_INCIDENT_CREATION
      Static value MicrosoftSecurityIncidentCreation for AlertRuleKind.
    • FUSION

      public static final AlertRuleKind FUSION
      Static value Fusion for AlertRuleKind.
    • MLBEHAVIOR_ANALYTICS

      public static final AlertRuleKind MLBEHAVIOR_ANALYTICS
      Static value MLBehaviorAnalytics for AlertRuleKind.
    • THREAT_INTELLIGENCE

      public static final AlertRuleKind THREAT_INTELLIGENCE
      Static value ThreatIntelligence for AlertRuleKind.
    • NRT

      public static final AlertRuleKind NRT
      Static value NRT for AlertRuleKind.
  • Constructor Details

    • AlertRuleKind

      public AlertRuleKind()
  • Method Details

    • fromString

      public static AlertRuleKind fromString(String name)
      Creates or finds a AlertRuleKind from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding AlertRuleKind.
    • values

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