| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.models |
Package containing the data models for MonitorClient.
|
| Modifier and Type | Field and Description |
|---|---|
static DynamicThresholdSensitivity |
DynamicThresholdSensitivity.HIGH
Static value High for DynamicThresholdSensitivity.
|
static DynamicThresholdSensitivity |
DynamicThresholdSensitivity.LOW
Static value Low for DynamicThresholdSensitivity.
|
static DynamicThresholdSensitivity |
DynamicThresholdSensitivity.MEDIUM
Static value Medium for DynamicThresholdSensitivity.
|
| Modifier and Type | Method and Description |
|---|---|
DynamicThresholdSensitivity |
MetricDynamicAlertCondition.alertSensitivity()
Get the extent of deviation required to trigger an alert.
|
DynamicThresholdSensitivity |
DynamicMetricCriteria.alertSensitivity()
Get the alertSensitivity property: The extent of deviation required to trigger an alert.
|
static DynamicThresholdSensitivity |
DynamicThresholdSensitivity.fromString(String name)
Creates or finds a DynamicThresholdSensitivity from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
DynamicMetricCriteria |
DynamicMetricCriteria.withAlertSensitivity(DynamicThresholdSensitivity alertSensitivity)
Set the alertSensitivity property: The extent of deviation required to trigger an 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.UpdateStages |
MetricDynamicAlertCondition.UpdateStages.withCondition(MetricAlertRuleTimeAggregation timeAggregation,
DynamicThresholdOperator condition,
DynamicThresholdSensitivity sensitivity)
Sets the condition to monitor for the current metric alert.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.