Uses of Class
com.azure.resourcemanager.securityinsights.models.AlertRuleKind
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of AlertRuleKind in com.azure.resourcemanager.securityinsights.models
Modifier and TypeFieldDescriptionstatic final AlertRuleKind
AlertRuleKind.FUSION
Static value Fusion for AlertRuleKind.static final AlertRuleKind
AlertRuleKind.MICROSOFT_SECURITY_INCIDENT_CREATION
Static value MicrosoftSecurityIncidentCreation for AlertRuleKind.static final AlertRuleKind
AlertRuleKind.MLBEHAVIOR_ANALYTICS
Static value MLBehaviorAnalytics for AlertRuleKind.static final AlertRuleKind
AlertRuleKind.NRT
Static value NRT for AlertRuleKind.static final AlertRuleKind
AlertRuleKind.SCHEDULED
Static value Scheduled for AlertRuleKind.static final AlertRuleKind
AlertRuleKind.THREAT_INTELLIGENCE
Static value ThreatIntelligence for AlertRuleKind.Modifier and TypeMethodDescriptionstatic AlertRuleKind
AlertRuleKind.fromString
(String name) Creates or finds a AlertRuleKind from its string representation.Modifier and TypeMethodDescriptionstatic Collection<AlertRuleKind>
AlertRuleKind.values()
Gets known AlertRuleKind values.