Uses of Class
com.azure.resourcemanager.securityinsights.models.AutomationRuleTriggeringLogic
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of AutomationRuleTriggeringLogic in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionAutomationRuleInner.triggeringLogic()
Get the triggeringLogic property: Describes automation rule triggering logic.AutomationRuleProperties.triggeringLogic()
Get the triggeringLogic property: Describes automation rule triggering logic.Modifier and TypeMethodDescriptionAutomationRuleInner.withTriggeringLogic
(AutomationRuleTriggeringLogic triggeringLogic) Set the triggeringLogic property: Describes automation rule triggering logic.AutomationRuleProperties.withTriggeringLogic
(AutomationRuleTriggeringLogic triggeringLogic) Set the triggeringLogic property: Describes automation rule triggering logic. -
Uses of AutomationRuleTriggeringLogic in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionAutomationRule.triggeringLogic()
Gets the triggeringLogic property: Describes automation rule triggering logic.AutomationRuleTriggeringLogic.withConditions
(List<AutomationRuleCondition> conditions) Set the conditions property: The conditions to evaluate to determine if the automation rule should be triggered on a given object.AutomationRuleTriggeringLogic.withExpirationTimeUtc
(OffsetDateTime expirationTimeUtc) Set the expirationTimeUtc property: Determines when the automation rule should automatically expire and be disabled.AutomationRuleTriggeringLogic.withIsEnabled
(boolean isEnabled) Set the isEnabled property: Determines whether the automation rule is enabled or disabled.AutomationRuleTriggeringLogic.withTriggersOn
(TriggersOn triggersOn) Set the triggersOn property: The triggersOn property.AutomationRuleTriggeringLogic.withTriggersWhen
(TriggersWhen triggersWhen) Set the triggersWhen property: The triggersWhen property.Modifier and TypeMethodDescriptionAutomationRule.DefinitionStages.WithTriggeringLogic.withTriggeringLogic
(AutomationRuleTriggeringLogic triggeringLogic) Specifies the triggeringLogic property: Describes automation rule triggering logic..AutomationRule.UpdateStages.WithTriggeringLogic.withTriggeringLogic
(AutomationRuleTriggeringLogic triggeringLogic) Specifies the triggeringLogic property: Describes automation rule triggering logic..