Uses of Class
com.azure.resourcemanager.monitor.fluent.models.AlertRuleProperties
Packages that use AlertRuleProperties
Package
Description
Package containing the inner data models for MonitorClient.
-
Uses of AlertRuleProperties in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return AlertRulePropertiesModifier and TypeMethodDescriptionstatic AlertRuleProperties
AlertRuleProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AlertRuleProperties from the JsonReader.AlertRuleProperties.withActions
(ActionList actions) Set the actions property: The actions that will activate when the condition is met.AlertRuleProperties.withCondition
(ActivityLogAlertAllOfCondition condition) Set the condition property: The condition that will cause this alert to activate.AlertRuleProperties.withDescription
(String description) Set the description property: A description of this Activity Log Alert rule.AlertRuleProperties.withEnabled
(Boolean enabled) Set the enabled property: Indicates whether this Activity Log Alert rule is enabled.AlertRuleProperties.withScopes
(List<String> scopes) Set the scopes property: A list of resource IDs that will be used as prefixes.