Uses of Class
com.microsoft.azure.management.monitor.DynamicThresholdSensitivity
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of DynamicThresholdSensitivity in com.microsoft.azure.management.monitor
Modifier and TypeFieldDescriptionstatic final DynamicThresholdSensitivity
DynamicThresholdSensitivity.HIGH
Static value High for DynamicThresholdSensitivity.static final DynamicThresholdSensitivity
DynamicThresholdSensitivity.LOW
Static value Low for DynamicThresholdSensitivity.static final DynamicThresholdSensitivity
DynamicThresholdSensitivity.MEDIUM
Static value Medium for DynamicThresholdSensitivity.Modifier and TypeMethodDescriptionMetricDynamicAlertCondition.alertSensitivity()
Get the extent of deviation required to trigger an alert.static DynamicThresholdSensitivity
DynamicThresholdSensitivity.fromString
(String name) Creates or finds a DynamicThresholdSensitivity from its string representation.Modifier and TypeMethodDescriptionMetricDynamicAlertCondition.DefinitionStages.WithCriteriaOperator.withCondition
(MetricAlertRuleTimeAggregation timeAggregation, DynamicThresholdOperator condition, DynamicThresholdSensitivity alertSensitivity) Sets the condition to monitor for the current metric alert.MetricDynamicAlertCondition.UpdateDefinitionStages.WithCriteriaOperator.withCondition
(MetricAlertRuleTimeAggregation timeAggregation, DynamicThresholdOperator condition, DynamicThresholdSensitivity alertSensitivity) Sets the condition to monitor for the current metric alert.MetricDynamicAlertCondition.UpdateStages.withCondition
(MetricAlertRuleTimeAggregation timeAggregation, DynamicThresholdOperator condition, DynamicThresholdSensitivity sensitivity) Sets the condition to monitor for the current metric alert.