Uses of Class
com.microsoft.azure.management.monitor.TriggerCondition
-
-
Uses of TriggerCondition in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return TriggerCondition Modifier and Type Method Description TriggerConditionAlertingAction. trigger()Get the trigger condition that results in the alert rule being.TriggerConditionTriggerCondition. withMetricTrigger(LogMetricTrigger metricTrigger)Set trigger condition for metric query rule.TriggerConditionTriggerCondition. withThreshold(double threshold)Set result or count threshold based on which rule should be triggered.TriggerConditionTriggerCondition. withThresholdOperator(ConditionalOperator thresholdOperator)Set evaluation operation for rule - 'GreaterThan' or 'LessThan.Methods in com.microsoft.azure.management.monitor with parameters of type TriggerCondition Modifier and Type Method Description AlertingActionAlertingAction. withTrigger(TriggerCondition trigger)Set the trigger condition that results in the alert rule being.
-