Class AlertRuleKind


  • public final class AlertRuleKind
    extends com.azure.core.util.ExpandableStringEnum<AlertRuleKind>
    Defines values for AlertRuleKind.
    • Field Detail

      • 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 Detail

      • AlertRuleKind

        public AlertRuleKind()
    • Method Detail

      • 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.