| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.models |
Package containing the data models for MonitorClient.
|
| Modifier and Type | Field and Description |
|---|---|
static MetricAlertRuleTimeAggregation |
MetricAlertRuleTimeAggregation.AVERAGE
Static value Average for MetricAlertRuleTimeAggregation.
|
static MetricAlertRuleTimeAggregation |
MetricAlertRuleTimeAggregation.COUNT
Static value Count for MetricAlertRuleTimeAggregation.
|
static MetricAlertRuleTimeAggregation |
MetricAlertRuleTimeAggregation.MAXIMUM
Static value Maximum for MetricAlertRuleTimeAggregation.
|
static MetricAlertRuleTimeAggregation |
MetricAlertRuleTimeAggregation.MINIMUM
Static value Minimum for MetricAlertRuleTimeAggregation.
|
static MetricAlertRuleTimeAggregation |
MetricAlertRuleTimeAggregation.TOTAL
Static value Total for MetricAlertRuleTimeAggregation.
|
| Modifier and Type | Method and Description |
|---|---|
static MetricAlertRuleTimeAggregation |
MetricAlertRuleTimeAggregation.fromString(String name)
Creates or finds a MetricAlertRuleTimeAggregation from its string representation.
|
MetricAlertRuleTimeAggregation |
MetricDynamicAlertCondition.timeAggregation()
Get the criteria time aggregation types.
|
MetricAlertRuleTimeAggregation |
MetricAlertCondition.timeAggregation()
Get the criteria time aggregation types.
|
| 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.
|
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.UpdateStages |
MetricAlertCondition.UpdateStages.withCondition(MetricAlertRuleTimeAggregation timeAggregation,
MetricAlertRuleCondition condition,
double threshold)
Sets the condition to monitor for the current metric alert.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.