Uses of Class
com.azure.resourcemanager.monitor.models.ActivityLogAlertAllOfCondition
Packages that use ActivityLogAlertAllOfCondition
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of ActivityLogAlertAllOfCondition in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return ActivityLogAlertAllOfConditionModifier and TypeMethodDescriptionActivityLogAlertResourceInner.condition()Get the condition property: The condition that will cause this alert to activate.AlertRuleProperties.condition()Get the condition property: The condition that will cause this alert to activate.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type ActivityLogAlertAllOfConditionModifier and TypeMethodDescriptionActivityLogAlertResourceInner.withCondition(ActivityLogAlertAllOfCondition condition) Set the condition property: The condition that will cause this alert to activate.AlertRuleProperties.withCondition(ActivityLogAlertAllOfCondition condition) Set the condition property: The condition that will cause this alert to activate. -
Uses of ActivityLogAlertAllOfCondition in com.azure.resourcemanager.monitor.models
Classes in com.azure.resourcemanager.monitor.models that implement interfaces with type arguments of type ActivityLogAlertAllOfConditionModifier and TypeClassDescriptionfinal classAn Activity Log Alert rule condition that is met when all its member conditions are met.Methods in com.azure.resourcemanager.monitor.models that return ActivityLogAlertAllOfConditionModifier and TypeMethodDescriptionActivityLogAlertAllOfCondition.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ActivityLogAlertAllOfCondition from the JsonReader.ActivityLogAlertAllOfCondition.withAllOf(List<ActivityLogAlertLeafCondition> allOf) Set the allOf property: The list of Activity Log Alert rule conditions.