Uses of Class
com.azure.resourcemanager.monitor.models.AlertRuleLeafCondition
Packages that use AlertRuleLeafCondition
Package
Description
Package containing the data models for MonitorClient.
-
Uses of AlertRuleLeafCondition in com.azure.resourcemanager.monitor.models
Subclasses of AlertRuleLeafCondition in com.azure.resourcemanager.monitor.modelsModifier and TypeClassDescriptionfinal class
An Activity Log Alert rule condition that is met when all its member conditions are met.Methods in com.azure.resourcemanager.monitor.models that return AlertRuleLeafConditionModifier and TypeMethodDescriptionstatic AlertRuleLeafCondition
AlertRuleLeafCondition.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AlertRuleLeafCondition from the JsonReader.AlertRuleLeafCondition.withContainsAny
(List<String> containsAny) Set the containsAny property: The value of the event's field will be compared to the values in this array (case-insensitive) to determine if the condition is met.AlertRuleLeafCondition.withEquals
(String equals) Set the equals property: The value of the event's field will be compared to this value (case-insensitive) to determine if the condition is met.Set the field property: The name of the Activity Log event's field that this condition will examine.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type AlertRuleLeafConditionModifier and TypeMethodDescriptionActivityLogAlertLeafCondition.anyOf()
Get the anyOf property: An Activity Log Alert rule condition that is met when at least one of its member leaf conditions are met.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type AlertRuleLeafConditionModifier and TypeMethodDescriptionActivityLogAlertLeafCondition.withAnyOf
(List<AlertRuleLeafCondition> anyOf) Set the anyOf property: An Activity Log Alert rule condition that is met when at least one of its member leaf conditions are met.