Class ActivityLogAlertAllOfCondition
- java.lang.Object
-
- com.microsoft.azure.management.monitor.ActivityLogAlertAllOfCondition
-
public 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 list of activity log alert conditions.ActivityLogAlertAllOfConditionwithAllOf(List<ActivityLogAlertLeafCondition> allOf)Set the list of activity log alert conditions.
-
-
-
Method Detail
-
allOf
public List<ActivityLogAlertLeafCondition> allOf()
Get the list of activity log alert conditions.- Returns:
- the allOf value
-
withAllOf
public ActivityLogAlertAllOfCondition withAllOf(List<ActivityLogAlertLeafCondition> allOf)
Set the list of activity log alert conditions.- Parameters:
allOf- the allOf value to set- Returns:
- the ActivityLogAlertAllOfCondition object itself.
-
-