Uses of Class
com.microsoft.azure.management.monitor.DynamicMetricCriteria
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of DynamicMetricCriteria in com.microsoft.azure.management.monitor
Modifier and TypeMethodDescriptionDynamicMetricCriteria.withAlertSensitivity
(Object alertSensitivity) Set the extent of deviation required to trigger an alert.DynamicMetricCriteria.withFailingPeriods
(DynamicThresholdFailingPeriods failingPeriods) Set the minimum number of violations required within the selected lookback time window required to raise an alert.DynamicMetricCriteria.withIgnoreDataBefore
(org.joda.time.DateTime ignoreDataBefore) Set use this option to set the date from which to start learning the metric historical data and calculate the dynamic thresholds (in ISO8601 format).DynamicMetricCriteria.withOperator
(Object operator) Set the operator used to compare the metric value against the threshold.