Uses of Class
com.microsoft.azure.management.monitor.DynamicThresholdSensitivity
Packages that use DynamicThresholdSensitivity
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of DynamicThresholdSensitivity in com.microsoft.azure.management.monitor
Fields in com.microsoft.azure.management.monitor declared as DynamicThresholdSensitivityModifier 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.Methods in com.microsoft.azure.management.monitor that return DynamicThresholdSensitivityModifier 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.Methods in com.microsoft.azure.management.monitor that return types with arguments of type DynamicThresholdSensitivityMethods in com.microsoft.azure.management.monitor with parameters of type DynamicThresholdSensitivityModifier 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.