| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.models |
Package containing the data models for MonitorClient.
|
| Modifier and Type | Method and Description |
|---|---|
DynamicMetricCriteria |
DynamicMetricCriteria.withAlertSensitivity(DynamicThresholdSensitivity alertSensitivity)
Set the alertSensitivity property: The extent of deviation required to trigger an alert.
|
DynamicMetricCriteria |
DynamicMetricCriteria.withFailingPeriods(DynamicThresholdFailingPeriods failingPeriods)
Set the failingPeriods property: The minimum number of violations required within the selected lookback time
window required to raise an alert.
|
DynamicMetricCriteria |
DynamicMetricCriteria.withIgnoreDataBefore(OffsetDateTime ignoreDataBefore)
Set the ignoreDataBefore property: 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 |
DynamicMetricCriteria.withOperator(DynamicThresholdOperator operator)
Set the operator property: The operator used to compare the metric value against the threshold.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.