Class AlertRuleKind
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AlertRuleKind>
com.azure.resourcemanager.securityinsights.models.AlertRuleKind
The kind of the alert rule.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AlertRuleKind
Static value Fusion for AlertRuleKind.static final AlertRuleKind
Static value MicrosoftSecurityIncidentCreation for AlertRuleKind.static final AlertRuleKind
Static value MLBehaviorAnalytics for AlertRuleKind.static final AlertRuleKind
Static value NRT for AlertRuleKind.static final AlertRuleKind
Static value Scheduled for AlertRuleKind.static final AlertRuleKind
Static value ThreatIntelligence for AlertRuleKind. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AlertRuleKind
fromString
(String name) Creates or finds a AlertRuleKind from its string representation.static Collection<AlertRuleKind>
values()
Gets known AlertRuleKind values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
SCHEDULED
Static value Scheduled for AlertRuleKind. -
MICROSOFT_SECURITY_INCIDENT_CREATION
Static value MicrosoftSecurityIncidentCreation for AlertRuleKind. -
FUSION
Static value Fusion for AlertRuleKind. -
MLBEHAVIOR_ANALYTICS
Static value MLBehaviorAnalytics for AlertRuleKind. -
THREAT_INTELLIGENCE
Static value ThreatIntelligence for AlertRuleKind. -
NRT
Static value NRT for AlertRuleKind.
-
-
Constructor Details
-
AlertRuleKind
public AlertRuleKind()
-
-
Method Details
-
fromString
Creates or finds a AlertRuleKind from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding AlertRuleKind.
-
values
Gets known AlertRuleKind values.- Returns:
- known AlertRuleKind values.
-