Uses of Class
com.azure.resourcemanager.monitor.models.MetricAlertRuleTimeAggregation
Packages that use MetricAlertRuleTimeAggregation
Package
Description
Package containing the data models for MonitorClient.
-
Uses of MetricAlertRuleTimeAggregation in com.azure.resourcemanager.monitor.models
Fields in com.azure.resourcemanager.monitor.models declared as MetricAlertRuleTimeAggregationModifier and TypeFieldDescriptionstatic final MetricAlertRuleTimeAggregation
MetricAlertRuleTimeAggregation.AVERAGE
Static value Average for MetricAlertRuleTimeAggregation.static final MetricAlertRuleTimeAggregation
MetricAlertRuleTimeAggregation.COUNT
Static value Count for MetricAlertRuleTimeAggregation.static final MetricAlertRuleTimeAggregation
MetricAlertRuleTimeAggregation.MAXIMUM
Static value Maximum for MetricAlertRuleTimeAggregation.static final MetricAlertRuleTimeAggregation
MetricAlertRuleTimeAggregation.MINIMUM
Static value Minimum for MetricAlertRuleTimeAggregation.static final MetricAlertRuleTimeAggregation
MetricAlertRuleTimeAggregation.TOTAL
Static value Total for MetricAlertRuleTimeAggregation.Methods in com.azure.resourcemanager.monitor.models that return MetricAlertRuleTimeAggregationModifier and TypeMethodDescriptionMetricAlertRuleTimeAggregation.fromString
(String name) Creates or finds a MetricAlertRuleTimeAggregation from its string representation.MetricAlertCondition.timeAggregation()
Get the criteria time aggregation types.MetricDynamicAlertCondition.timeAggregation()
Get the criteria time aggregation types.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type MetricAlertRuleTimeAggregationModifier and TypeMethodDescriptionMetricAlertRuleTimeAggregation.values()
Gets known MetricAlertRuleTimeAggregation values.Methods in com.azure.resourcemanager.monitor.models with parameters of type MetricAlertRuleTimeAggregationModifier and TypeMethodDescriptionMetricAlertCondition.DefinitionStages.WithCriteriaOperator.withCondition
(MetricAlertRuleTimeAggregation timeAggregation, MetricAlertRuleCondition condition, double threshold) Sets the condition to monitor for the current metric alert.MetricAlertCondition.UpdateDefinitionStages.WithCriteriaOperator.withCondition
(MetricAlertRuleTimeAggregation timeAggregation, MetricAlertRuleCondition condition, double threshold) Sets the condition to monitor for the current metric alert.MetricAlertCondition.UpdateStages.withCondition
(MetricAlertRuleTimeAggregation timeAggregation, MetricAlertRuleCondition condition, double threshold) Sets the condition to monitor for the current metric 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.