ActivityLogAlertAllOfCondition Class

  • java.lang.Object
    • com.microsoft.azure.management.monitor.ActivityLogAlertAllOfCondition

public class ActivityLogAlertAllOfCondition

An Activity Log alert condition that is met when all its member conditions are met.

Method Summary

Modifier and Type Method and Description
List<ActivityLogAlertLeafCondition> allOf()

Get the list of activity log alert conditions.

ActivityLogAlertAllOfCondition withAllOf(List<ActivityLogAlertLeafCondition> allOf)

Set the list of activity log alert conditions.

Method Details

allOf

public List allOf()

Get the list of activity log alert conditions.

Returns:

the allOf value

withAllOf

public ActivityLogAlertAllOfCondition withAllOf(List allOf)

Set the list of activity log alert conditions.

Parameters:

allOf - the allOf value to set

Returns:

the ActivityLogAlertAllOfCondition object itself.

Applies to