Uses of Class
com.azure.resourcemanager.securityinsights.models.TriggersOn
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of TriggersOn in com.azure.resourcemanager.securityinsights.models
Modifier and TypeFieldDescriptionstatic final TriggersOn
TriggersOn.ALERTS
Static value Alerts for TriggersOn.static final TriggersOn
TriggersOn.INCIDENTS
Static value Incidents for TriggersOn.Modifier and TypeMethodDescriptionstatic TriggersOn
TriggersOn.fromString
(String name) Creates or finds a TriggersOn from its string representation.AutomationRuleTriggeringLogic.triggersOn()
Get the triggersOn property: The triggersOn property.Modifier and TypeMethodDescriptionstatic Collection<TriggersOn>
TriggersOn.values()
Gets known TriggersOn values.Modifier and TypeMethodDescriptionAutomationRuleTriggeringLogic.withTriggersOn
(TriggersOn triggersOn) Set the triggersOn property: The triggersOn property.