Class ActivityLogAlertAllOfCondition
- java.lang.Object
-
- com.azure.resourcemanager.monitor.models.ActivityLogAlertAllOfCondition
-
public final class ActivityLogAlertAllOfCondition extends Object
An Activity Log alert condition that is met when all its member conditions are met.
-
-
Constructor Summary
Constructors Constructor Description ActivityLogAlertAllOfCondition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ActivityLogAlertLeafCondition>allOf()Get the allOf property: The list of activity log alert conditions.voidvalidate()Validates the instance.ActivityLogAlertAllOfConditionwithAllOf(List<ActivityLogAlertLeafCondition> allOf)Set the allOf property: The list of activity log alert conditions.
-
-
-
Method Detail
-
allOf
public List<ActivityLogAlertLeafCondition> allOf()
Get the allOf property: The list of activity log alert conditions.- Returns:
- the allOf value.
-
withAllOf
public ActivityLogAlertAllOfCondition withAllOf(List<ActivityLogAlertLeafCondition> allOf)
Set the allOf property: The list of activity log alert conditions.- Parameters:
allOf- the allOf value to set.- Returns:
- the ActivityLogAlertAllOfCondition object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-