Uses of Class
com.microsoft.azure.management.monitor.RuleCondition
-
-
Uses of RuleCondition in com.microsoft.azure.management.monitor
Subclasses of RuleCondition in com.microsoft.azure.management.monitor Modifier and Type Class Description classLocationThresholdRuleConditionA rule condition based on a certain number of locations failing.classManagementEventRuleConditionA management event rule condition.classThresholdRuleConditionA rule condition based on a metric crossing a threshold.Methods in com.microsoft.azure.management.monitor that return RuleCondition Modifier and Type Method Description RuleConditionAlertRuleResourcePatch. condition()Get the condition that results in the alert rule being activated.RuleConditionRuleCondition. withDataSource(RuleDataSource dataSource)Set the resource from which the rule collects its data.Methods in com.microsoft.azure.management.monitor with parameters of type RuleCondition Modifier and Type Method Description AlertRuleResourcePatchAlertRuleResourcePatch. withCondition(RuleCondition condition)Set the condition that results in the alert rule being activated.
-