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