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 DynamicThresholdSensitivityDynamicThresholdSensitivity.HIGHStatic value High for DynamicThresholdSensitivity.static final DynamicThresholdSensitivityDynamicThresholdSensitivity.LOWStatic value Low for DynamicThresholdSensitivity.static final DynamicThresholdSensitivityDynamicThresholdSensitivity.MEDIUMStatic 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 DynamicThresholdSensitivityDynamicThresholdSensitivity.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.