| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.models |
Package containing the data models for MonitorClient.
|
| Modifier and Type | Field and Description |
|---|---|
static DynamicThresholdOperator |
DynamicThresholdOperator.GREATER_OR_LESS_THAN
Static value GreaterOrLessThan for DynamicThresholdOperator.
|
static DynamicThresholdOperator |
DynamicThresholdOperator.GREATER_THAN
Static value GreaterThan for DynamicThresholdOperator.
|
static DynamicThresholdOperator |
DynamicThresholdOperator.LESS_THAN
Static value LessThan for DynamicThresholdOperator.
|
| Modifier and Type | Method and Description |
|---|---|
DynamicThresholdOperator |
MetricDynamicAlertCondition.condition()
Get the operator used to compare the metric value against the threshold.
|
static DynamicThresholdOperator |
DynamicThresholdOperator.fromString(String name)
Creates or finds a DynamicThresholdOperator from its string representation.
|
DynamicThresholdOperator |
DynamicMetricCriteria.operator()
Get the operator property: The operator used to compare the metric value against the threshold.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.