Uses of Enum
com.azure.resourcemanager.securityinsights.models.TriggerOperator
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of TriggerOperator in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionScheduledAlertRuleTemplateProperties.triggerOperator()
Get the triggerOperator property: The operation against the threshold that triggers alert rule.Modifier and TypeMethodDescriptionScheduledAlertRuleProperties.withTriggerOperator
(TriggerOperator triggerOperator) Set the triggerOperator property: The operation against the threshold that triggers alert rule.ScheduledAlertRuleTemplateProperties.withTriggerOperator
(TriggerOperator triggerOperator) Set the triggerOperator property: The operation against the threshold that triggers alert rule. -
Uses of TriggerOperator in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionstatic TriggerOperator
TriggerOperator.fromString
(String value) Parses a serialized value to a TriggerOperator instance.ScheduledAlertRule.triggerOperator()
Get the triggerOperator property: The operation against the threshold that triggers alert rule.ScheduledAlertRuleCommonProperties.triggerOperator()
Get the triggerOperator property: The operation against the threshold that triggers alert rule.ScheduledAlertRuleTemplate.triggerOperator()
Get the triggerOperator property: The operation against the threshold that triggers alert rule.static TriggerOperator
Returns the enum constant of this type with the specified name.static TriggerOperator[]
TriggerOperator.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionScheduledAlertRule.withTriggerOperator
(TriggerOperator triggerOperator) Set the triggerOperator property: The operation against the threshold that triggers alert rule.ScheduledAlertRuleCommonProperties.withTriggerOperator
(TriggerOperator triggerOperator) Set the triggerOperator property: The operation against the threshold that triggers alert rule.ScheduledAlertRuleTemplate.withTriggerOperator
(TriggerOperator triggerOperator) Set the triggerOperator property: The operation against the threshold that triggers alert rule.