Class AutomationRulePropertyArrayChangedValuesCondition
java.lang.Object
com.azure.resourcemanager.securityinsights.models.AutomationRulePropertyArrayChangedValuesCondition
The AutomationRulePropertyArrayChangedValuesCondition model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the arrayType property: The arrayType property.Get the changeType property: The changeType property.void
validate()
Validates the instance.Set the arrayType property: The arrayType property.Set the changeType property: The changeType property.
-
Constructor Details
-
AutomationRulePropertyArrayChangedValuesCondition
public AutomationRulePropertyArrayChangedValuesCondition()
-
-
Method Details
-
arrayType
Get the arrayType property: The arrayType property.- Returns:
- the arrayType value.
-
withArrayType
public AutomationRulePropertyArrayChangedValuesCondition withArrayType(AutomationRulePropertyArrayChangedConditionSupportedArrayType arrayType) Set the arrayType property: The arrayType property.- Parameters:
arrayType
- the arrayType value to set.- Returns:
- the AutomationRulePropertyArrayChangedValuesCondition object itself.
-
changeType
Get the changeType property: The changeType property.- Returns:
- the changeType value.
-
withChangeType
public AutomationRulePropertyArrayChangedValuesCondition withChangeType(AutomationRulePropertyArrayChangedConditionSupportedChangeType changeType) Set the changeType property: The changeType property.- Parameters:
changeType
- the changeType value to set.- Returns:
- the AutomationRulePropertyArrayChangedValuesCondition object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-