Uses of Class
com.microsoft.azure.management.monitor.RuleCondition
Packages that use RuleCondition
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of RuleCondition in com.microsoft.azure.management.monitor
Subclasses of RuleCondition in com.microsoft.azure.management.monitorModifier and TypeClassDescriptionclassA rule condition based on a certain number of locations failing.classA management event rule condition.classA rule condition based on a metric crossing a threshold.Methods in com.microsoft.azure.management.monitor that return RuleConditionModifier and TypeMethodDescriptionAlertRuleResourcePatch.condition()Get the condition that results in the alert rule being activated.RuleCondition.withDataSource(RuleDataSource dataSource) Set the resource from which the rule collects its data.Methods in com.microsoft.azure.management.monitor with parameters of type RuleConditionModifier and TypeMethodDescriptionAlertRuleResourcePatch.withCondition(RuleCondition condition) Set the condition that results in the alert rule being activated.