Uses of Class
com.azure.resourcemanager.monitor.models.MetricAlertRuleTimeAggregation
-
Packages that use MetricAlertRuleTimeAggregation Package Description com.azure.resourcemanager.monitor.models 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 MetricAlertRuleTimeAggregation Modifier and Type Field Description static MetricAlertRuleTimeAggregationMetricAlertRuleTimeAggregation. AVERAGEStatic value Average for MetricAlertRuleTimeAggregation.static MetricAlertRuleTimeAggregationMetricAlertRuleTimeAggregation. COUNTStatic value Count 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.azure.resourcemanager.monitor.models 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.MetricAlertRuleTimeAggregationMetricDynamicAlertCondition. timeAggregation()Get the criteria time aggregation types.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type MetricAlertRuleTimeAggregation Modifier and Type Method Description static Collection<MetricAlertRuleTimeAggregation>MetricAlertRuleTimeAggregation. values()Methods in com.azure.resourcemanager.monitor.models 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.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.
-