Uses of Class
com.azure.resourcemanager.monitor.models.RuleCondition
Packages that use RuleCondition
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of RuleCondition in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return RuleConditionModifier and TypeMethodDescriptionAlertRule.condition()
Get the condition property: the condition that results in the alert rule being activated.AlertRuleResourceInner.condition()
Get the condition property: the condition that results in the alert rule being activated.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type RuleConditionModifier and TypeMethodDescriptionAlertRule.withCondition
(RuleCondition condition) Set the condition property: the condition that results in the alert rule being activated.AlertRuleResourceInner.withCondition
(RuleCondition condition) Set the condition property: the condition that results in the alert rule being activated. -
Uses of RuleCondition in com.azure.resourcemanager.monitor.models
Subclasses of RuleCondition in com.azure.resourcemanager.monitor.modelsModifier and TypeClassDescriptionfinal class
A rule condition based on a certain number of locations failing.final class
A management event rule condition.final class
A rule condition based on a metric crossing a threshold.Methods in com.azure.resourcemanager.monitor.models that return RuleConditionModifier and TypeMethodDescriptionAlertRuleResourcePatch.condition()
Get the condition property: the condition that results in the alert rule being activated.static RuleCondition
RuleCondition.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RuleCondition from the JsonReader.RuleCondition.withDataSource
(RuleDataSource dataSource) Set the dataSource property: the resource from which the rule collects its data.Methods in com.azure.resourcemanager.monitor.models with parameters of type RuleConditionModifier and TypeMethodDescriptionAlertRuleResourcePatch.withCondition
(RuleCondition condition) Set the condition property: the condition that results in the alert rule being activated.