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