Uses of Class
com.azure.resourcemanager.monitor.models.TriggerCondition
-
Packages that use TriggerCondition Package Description com.azure.resourcemanager.monitor.models 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 TriggerCondition Modifier and Type Method Description TriggerConditionAlertingAction. trigger()Get the trigger property: The trigger condition that results in the alert rule being.TriggerConditionTriggerCondition. withMetricTrigger(LogMetricTrigger metricTrigger)Set the metricTrigger property: Trigger condition for metric query rule.TriggerConditionTriggerCondition. withThreshold(double threshold)Set the threshold property: Result or count threshold based on which rule should be triggered.TriggerConditionTriggerCondition. 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 TriggerCondition Modifier and Type Method Description AlertingActionAlertingAction. withTrigger(TriggerCondition trigger)Set the trigger property: The trigger condition that results in the alert rule being.
-