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
Subclasses with type arguments of type DynamicThresholdSensitivity in com.azure.resourcemanager.monitor.modelsModifier and TypeClassDescriptionfinal classThe extent of deviation required to trigger an alert.Fields in com.azure.resourcemanager.monitor.models 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.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 DynamicThresholdSensitivityDynamicThresholdSensitivity.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.