Uses of Class
com.azure.resourcemanager.monitor.models.ActivityLogAlertLeafCondition
Packages that use ActivityLogAlertLeafCondition
Package
Description
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 ActivityLogAlertLeafConditionModifier and TypeMethodDescriptionActivityLogAlertLeafCondition.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ActivityLogAlertLeafCondition from the JsonReader.ActivityLogAlertLeafCondition.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.ActivityLogAlertLeafCondition.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.ActivityLogAlertLeafCondition.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 ActivityLogAlertLeafConditionModifier and TypeMethodDescriptionActivityLogAlertAllOfCondition.allOf()
Get the allOf property: The list of Activity Log Alert rule conditions.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type ActivityLogAlertLeafConditionModifier and TypeMethodDescriptionActivityLogAlertAllOfCondition.withAllOf
(List<ActivityLogAlertLeafCondition> allOf) Set the allOf property: The list of Activity Log Alert rule conditions.