Class AutomationRulePropertyArrayValuesCondition
java.lang.Object
com.azure.resourcemanager.securityinsights.models.AutomationRulePropertyArrayValuesCondition
The AutomationRulePropertyArrayValuesCondition model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the arrayConditionType property: The arrayConditionType property.Get the arrayType property: The arrayType property.Get the itemConditions property: The itemConditions property.void
validate()
Validates the instance.withArrayConditionType
(AutomationRulePropertyArrayConditionSupportedArrayConditionType arrayConditionType) Set the arrayConditionType property: The arrayConditionType property.Set the arrayType property: The arrayType property.withItemConditions
(List<AutomationRuleCondition> itemConditions) Set the itemConditions property: The itemConditions property.
-
Constructor Details
-
AutomationRulePropertyArrayValuesCondition
public AutomationRulePropertyArrayValuesCondition()
-
-
Method Details
-
arrayType
Get the arrayType property: The arrayType property.- Returns:
- the arrayType value.
-
withArrayType
public AutomationRulePropertyArrayValuesCondition withArrayType(AutomationRulePropertyArrayConditionSupportedArrayType arrayType) Set the arrayType property: The arrayType property.- Parameters:
arrayType
- the arrayType value to set.- Returns:
- the AutomationRulePropertyArrayValuesCondition object itself.
-
arrayConditionType
Get the arrayConditionType property: The arrayConditionType property.- Returns:
- the arrayConditionType value.
-
withArrayConditionType
public AutomationRulePropertyArrayValuesCondition withArrayConditionType(AutomationRulePropertyArrayConditionSupportedArrayConditionType arrayConditionType) Set the arrayConditionType property: The arrayConditionType property.- Parameters:
arrayConditionType
- the arrayConditionType value to set.- Returns:
- the AutomationRulePropertyArrayValuesCondition object itself.
-
itemConditions
Get the itemConditions property: The itemConditions property.- Returns:
- the itemConditions value.
-
withItemConditions
public AutomationRulePropertyArrayValuesCondition withItemConditions(List<AutomationRuleCondition> itemConditions) Set the itemConditions property: The itemConditions property.- Parameters:
itemConditions
- the itemConditions value to set.- Returns:
- the AutomationRulePropertyArrayValuesCondition object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-