Package | Description |
---|---|
com.microsoft.azure.management.monitor |
This package contains the classes for MonitorManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static MetricAlertRuleTimeAggregation |
MetricAlertRuleTimeAggregation.AVERAGE
Static value Average 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 |
MetricAlertCondition.timeAggregation()
Get the criteria time aggregation types.
|
MetricAlertRuleTimeAggregation |
MetricCriteria.timeAggregation()
Get the criteria time aggregation types.
|
Modifier and Type | Method and Description |
---|---|
static Collection<MetricAlertRuleTimeAggregation> |
MetricAlertRuleTimeAggregation.values() |
Modifier and Type | Method and Description |
---|---|
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.
|
MetricCriteria |
MetricCriteria.withTimeAggregation(MetricAlertRuleTimeAggregation timeAggregation)
Set the criteria time aggregation types.
|
Copyright © 2019. All rights reserved.