Uses of Class
com.azure.resourcemanager.monitor.models.DynamicThresholdSensitivity
Packages that use DynamicThresholdSensitivity
Package
Description
Package containing the data models for MonitorClient.
-
Uses of DynamicThresholdSensitivity in com.azure.resourcemanager.monitor.models
Fields in com.azure.resourcemanager.monitor.models 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.azure.resourcemanager.monitor.models that return DynamicThresholdSensitivityModifier and TypeMethodDescriptionDynamicMetricCriteria.alertSensitivity()
Get the alertSensitivity property: The extent of deviation required to trigger an alert.MetricDynamicAlertCondition.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.azure.resourcemanager.monitor.models that return types with arguments of type DynamicThresholdSensitivityModifier and TypeMethodDescriptionDynamicThresholdSensitivity.values()
Gets known DynamicThresholdSensitivity values.Methods in com.azure.resourcemanager.monitor.models with parameters of type DynamicThresholdSensitivityModifier and TypeMethodDescriptionDynamicMetricCriteria.withAlertSensitivity
(DynamicThresholdSensitivity alertSensitivity) Set the alertSensitivity property: The extent of deviation required to trigger an alert.MetricDynamicAlertCondition.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.