Uses of Class
com.microsoft.azure.management.monitor.ActivityLogAlertLeafCondition
-
-
Uses of ActivityLogAlertLeafCondition in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return ActivityLogAlertLeafCondition Modifier and Type Method Description ActivityLogAlertLeafConditionActivityLogAlertLeafCondition. withEquals(String equals)Set the field value will be compared to this value (case-insensitive) to determine if the condition is met.ActivityLogAlertLeafConditionActivityLogAlertLeafCondition. withField(String field)Set the name of the field that this condition will examine.Methods in com.microsoft.azure.management.monitor that return types with arguments of type ActivityLogAlertLeafCondition Modifier and Type Method Description List<ActivityLogAlertLeafCondition>ActivityLogAlertAllOfCondition. allOf()Get the list of activity log alert conditions.Method parameters in com.microsoft.azure.management.monitor with type arguments of type ActivityLogAlertLeafCondition Modifier and Type Method Description ActivityLogAlertAllOfConditionActivityLogAlertAllOfCondition. withAllOf(List<ActivityLogAlertLeafCondition> allOf)Set the list of activity log alert conditions.
-