Uses of Class
com.microsoft.azure.management.monitor.MetricAlertRuleTimeAggregation
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of MetricAlertRuleTimeAggregation in com.microsoft.azure.management.monitor
Modifier 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.Modifier 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.Modifier 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.