Uses of Class
com.microsoft.azure.management.monitor.TriggerCondition
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of TriggerCondition in com.microsoft.azure.management.monitor
Modifier and TypeMethodDescriptionAlertingAction.trigger()
Get the trigger condition that results in the alert rule being.TriggerCondition.withMetricTrigger
(LogMetricTrigger metricTrigger) Set trigger condition for metric query rule.TriggerCondition.withThreshold
(double threshold) Set result or count threshold based on which rule should be triggered.TriggerCondition.withThresholdOperator
(ConditionalOperator thresholdOperator) Set evaluation operation for rule - 'GreaterThan' or 'LessThan.Modifier and TypeMethodDescriptionAlertingAction.withTrigger
(TriggerCondition trigger) Set the trigger condition that results in the alert rule being.