Class ActivityLogAlertAllOfCondition
java.lang.Object
com.azure.resourcemanager.monitor.models.ActivityLogAlertAllOfCondition
An Activity Log Alert rule condition that is met when all its member conditions are met.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ActivityLogAlertAllOfCondition class. -
Method Summary
-
Constructor Details
-
ActivityLogAlertAllOfCondition
public ActivityLogAlertAllOfCondition()Creates an instance of ActivityLogAlertAllOfCondition class.
-
-
Method Details
-
allOf
Get the allOf property: The list of Activity Log Alert rule conditions.- Returns:
- the allOf value.
-
withAllOf
Set the allOf property: The list of Activity Log Alert rule 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.
-