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