Uses of Class
com.azure.resourcemanager.monitor.models.DynamicThresholdSensitivity
-
Packages that use DynamicThresholdSensitivity Package Description com.azure.resourcemanager.monitor.models 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 DynamicThresholdSensitivity Modifier and Type Field Description static DynamicThresholdSensitivityDynamicThresholdSensitivity. HIGHStatic value High for DynamicThresholdSensitivity.static DynamicThresholdSensitivityDynamicThresholdSensitivity. LOWStatic value Low for DynamicThresholdSensitivity.static DynamicThresholdSensitivityDynamicThresholdSensitivity. MEDIUMStatic value Medium for DynamicThresholdSensitivity.Methods in com.azure.resourcemanager.monitor.models that return DynamicThresholdSensitivity Modifier and Type Method Description DynamicThresholdSensitivityDynamicMetricCriteria. alertSensitivity()Get the alertSensitivity property: The extent of deviation required to trigger an alert.DynamicThresholdSensitivityMetricDynamicAlertCondition. 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 DynamicThresholdSensitivity Modifier and Type Method Description static Collection<DynamicThresholdSensitivity>DynamicThresholdSensitivity. values()Methods in com.azure.resourcemanager.monitor.models with parameters of type DynamicThresholdSensitivity Modifier and Type Method Description DynamicMetricCriteriaDynamicMetricCriteria. withAlertSensitivity(DynamicThresholdSensitivity alertSensitivity)Set the alertSensitivity property: The extent of deviation required to trigger an alert.MetricDynamicAlertCondition.DefinitionStages.WithFailingPeriods<ParentT>MetricDynamicAlertCondition.DefinitionStages.WithCriteriaOperator. withCondition(MetricAlertRuleTimeAggregation timeAggregation, DynamicThresholdOperator condition, DynamicThresholdSensitivity alertSensitivity)Sets the condition to monitor for the current metric alert.MetricDynamicAlertCondition.UpdateDefinitionStages.WithFailingPeriods<ParentT>MetricDynamicAlertCondition.UpdateDefinitionStages.WithCriteriaOperator. withCondition(MetricAlertRuleTimeAggregation timeAggregation, DynamicThresholdOperator condition, DynamicThresholdSensitivity alertSensitivity)Sets the condition to monitor for the current metric alert.MetricDynamicAlertCondition.UpdateStagesMetricDynamicAlertCondition.UpdateStages. withCondition(MetricAlertRuleTimeAggregation timeAggregation, DynamicThresholdOperator condition, DynamicThresholdSensitivity sensitivity)Sets the condition to monitor for the current metric alert.
-