Class PropertyArrayChangedConditionProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.models.AutomationRuleCondition
com.azure.resourcemanager.securityinsights.models.PropertyArrayChangedConditionProperties
Describes an automation rule condition that evaluates an array property's value change.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the conditionProperties property: The conditionProperties property.void
validate()
Validates the instance.withConditionProperties
(AutomationRulePropertyArrayChangedValuesCondition conditionProperties) Set the conditionProperties property: The conditionProperties property.
-
Constructor Details
-
PropertyArrayChangedConditionProperties
public PropertyArrayChangedConditionProperties()
-
-
Method Details
-
conditionProperties
Get the conditionProperties property: The conditionProperties property.- Returns:
- the conditionProperties value.
-
withConditionProperties
public PropertyArrayChangedConditionProperties withConditionProperties(AutomationRulePropertyArrayChangedValuesCondition conditionProperties) Set the conditionProperties property: The conditionProperties property.- Parameters:
conditionProperties
- the conditionProperties value to set.- Returns:
- the PropertyArrayChangedConditionProperties object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classAutomationRuleCondition
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-