Share via


AutomationRulePropertyArrayValuesCondition.ItemConditions Property

Definition

Gets the item conditions Please note SecurityInsightsAutomationRuleCondition is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include BooleanConditionProperties, SecurityInsightsPropertyConditionProperties, PropertyArrayConditionProperties, SecurityInsightsPropertyArrayChangedConditionProperties and SecurityInsightsPropertyChangedConditionProperties.

public System.Collections.Generic.IList<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAutomationRuleCondition> ItemConditions { get; }
member this.ItemConditions : System.Collections.Generic.IList<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAutomationRuleCondition>
Public ReadOnly Property ItemConditions As IList(Of SecurityInsightsAutomationRuleCondition)

Property Value

Applies to