Uses of Class
com.azure.resourcemanager.monitor.models.DynamicThresholdOperator
-
Packages that use DynamicThresholdOperator Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of DynamicThresholdOperator in com.azure.resourcemanager.monitor.models
Fields in com.azure.resourcemanager.monitor.models declared as DynamicThresholdOperator Modifier and Type Field Description static DynamicThresholdOperatorDynamicThresholdOperator. GREATER_OR_LESS_THANStatic value GreaterOrLessThan for DynamicThresholdOperator.static DynamicThresholdOperatorDynamicThresholdOperator. GREATER_THANStatic value GreaterThan for DynamicThresholdOperator.static DynamicThresholdOperatorDynamicThresholdOperator. LESS_THANStatic value LessThan for DynamicThresholdOperator.Methods in com.azure.resourcemanager.monitor.models that return DynamicThresholdOperator Modifier and Type Method Description DynamicThresholdOperatorMetricDynamicAlertCondition. condition()Get the operator used to compare the metric value against the threshold.static DynamicThresholdOperatorDynamicThresholdOperator. fromString(String name)Creates or finds a DynamicThresholdOperator from its string representation.DynamicThresholdOperatorDynamicMetricCriteria. operator()Get the operator property: The operator used to compare the metric value against the threshold.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type DynamicThresholdOperator Modifier and Type Method Description static Collection<DynamicThresholdOperator>DynamicThresholdOperator. values()Methods in com.azure.resourcemanager.monitor.models with parameters of type DynamicThresholdOperator Modifier and Type Method Description 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.DynamicMetricCriteriaDynamicMetricCriteria. withOperator(DynamicThresholdOperator operator)Set the operator property: The operator used to compare the metric value against the threshold.
-