Uses of Class
com.azure.resourcemanager.monitor.models.TriggerCondition
Packages that use TriggerCondition
Package
Description
Package containing the data models for MonitorClient.
-
Uses of TriggerCondition in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return TriggerConditionModifier and TypeMethodDescriptionAlertingAction.trigger()Get the trigger property: The trigger condition that results in the alert rule being.TriggerCondition.withMetricTrigger(LogMetricTrigger metricTrigger) Set the metricTrigger property: Trigger condition for metric query rule.TriggerCondition.withThreshold(double threshold) Set the threshold property: Result or count threshold based on which rule should be triggered.TriggerCondition.withThresholdOperator(ConditionalOperator thresholdOperator) Set the thresholdOperator property: Evaluation operation for rule - 'GreaterThan' or 'LessThan.Methods in com.azure.resourcemanager.monitor.models with parameters of type TriggerConditionModifier and TypeMethodDescriptionAlertingAction.withTrigger(TriggerCondition trigger) Set the trigger property: The trigger condition that results in the alert rule being.