IAutomationRule.TriggeringLogicCondition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The conditions to evaluate to determine if the automation rule should be triggered on a given object
[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="The conditions to evaluate to determine if the automation rule should be triggered on a given object", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IAutomationRuleCondition) }, Read=true, ReadOnly=false, Required=false, SerializedName="conditions", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IAutomationRuleCondition> TriggeringLogicCondition { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="The conditions to evaluate to determine if the automation rule should be triggered on a given object", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IAutomationRuleCondition) }, Read=true, ReadOnly=false, Required=false, SerializedName="conditions", Update=true)>]
member this.TriggeringLogicCondition : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IAutomationRuleCondition> with get, set
Public Property TriggeringLogicCondition As List(Of IAutomationRuleCondition)
Property Value
- Attributes