Class ActivityLogAlertAllOfCondition
java.lang.Object
com.microsoft.azure.management.monitor.ActivityLogAlertAllOfCondition
An Activity Log alert condition that is met when all its member conditions
are met.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionallOf()
Get the list of activity log alert conditions.Set the list of activity log alert conditions.
-
Constructor Details
-
ActivityLogAlertAllOfCondition
public ActivityLogAlertAllOfCondition()
-
-
Method Details
-
allOf
Get the list of activity log alert conditions.- Returns:
- the allOf value
-
withAllOf
Set the list of activity log alert conditions.- Parameters:
allOf
- the allOf value to set- Returns:
- the ActivityLogAlertAllOfCondition object itself.
-