Uses of Class
com.microsoft.azure.management.monitor.MetricAlertRuleTimeAggregation
-
-
Uses of MetricAlertRuleTimeAggregation in com.microsoft.azure.management.monitor
Fields in com.microsoft.azure.management.monitor declared as MetricAlertRuleTimeAggregation Modifier and Type Field Description static MetricAlertRuleTimeAggregationMetricAlertRuleTimeAggregation. AVERAGEStatic value Average for MetricAlertRuleTimeAggregation.static MetricAlertRuleTimeAggregationMetricAlertRuleTimeAggregation. MAXIMUMStatic value Maximum for MetricAlertRuleTimeAggregation.static MetricAlertRuleTimeAggregationMetricAlertRuleTimeAggregation. MINIMUMStatic value Minimum for MetricAlertRuleTimeAggregation.static MetricAlertRuleTimeAggregationMetricAlertRuleTimeAggregation. TOTALStatic value Total for MetricAlertRuleTimeAggregation.Methods in com.microsoft.azure.management.monitor that return MetricAlertRuleTimeAggregation Modifier and Type Method Description static MetricAlertRuleTimeAggregationMetricAlertRuleTimeAggregation. fromString(String name)Creates or finds a MetricAlertRuleTimeAggregation from its string representation.MetricAlertRuleTimeAggregationMetricAlertCondition. timeAggregation()Get the criteria time aggregation types.MetricAlertRuleTimeAggregationMetricCriteria. timeAggregation()Get the criteria time aggregation types.Methods in com.microsoft.azure.management.monitor that return types with arguments of type MetricAlertRuleTimeAggregation Modifier and Type Method Description static Collection<MetricAlertRuleTimeAggregation>MetricAlertRuleTimeAggregation. values()Methods in com.microsoft.azure.management.monitor with parameters of type MetricAlertRuleTimeAggregation Modifier and Type Method Description MetricAlertCondition.DefinitionStages.WithConditionAttach<ParentT>MetricAlertCondition.DefinitionStages.WithCriteriaOperator. withCondition(MetricAlertRuleTimeAggregation timeAggregation, MetricAlertRuleCondition condition, double threshold)Sets the condition to monitor for the current metric alert.MetricAlertCondition.UpdateDefinitionStages.WithConditionAttach<ParentT>MetricAlertCondition.UpdateDefinitionStages.WithCriteriaOperator. withCondition(MetricAlertRuleTimeAggregation timeAggregation, MetricAlertRuleCondition condition, double threshold)Sets the condition to monitor for the current metric alert.MetricAlertCondition.UpdateStagesMetricAlertCondition.UpdateStages. withCondition(MetricAlertRuleTimeAggregation timeAggregation, MetricAlertRuleCondition condition, double threshold)Sets the condition to monitor for the current metric alert.MetricCriteriaMetricCriteria. withTimeAggregation(MetricAlertRuleTimeAggregation timeAggregation)Set the criteria time aggregation types.
-