Package | Description |
---|---|
com.microsoft.azure.management.monitor |
This package contains the classes for MonitorManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static MetricAlertRuleCondition |
MetricAlertRuleCondition.EQUALS
Static value Equals for MetricAlertRuleCondition.
|
static MetricAlertRuleCondition |
MetricAlertRuleCondition.GREATER_THAN
Static value GreaterThan for MetricAlertRuleCondition.
|
static MetricAlertRuleCondition |
MetricAlertRuleCondition.GREATER_THAN_OR_EQUAL
Static value GreaterThanOrEqual for MetricAlertRuleCondition.
|
static MetricAlertRuleCondition |
MetricAlertRuleCondition.LESS_THAN
Static value LessThan for MetricAlertRuleCondition.
|
static MetricAlertRuleCondition |
MetricAlertRuleCondition.LESS_THAN_OR_EQUAL
Static value LessThanOrEqual for MetricAlertRuleCondition.
|
static MetricAlertRuleCondition |
MetricAlertRuleCondition.NOT_EQUALS
Static value NotEquals for MetricAlertRuleCondition.
|
Modifier and Type | Method and Description |
---|---|
MetricAlertRuleCondition |
MetricAlertCondition.condition()
Get the criteria operator.
|
static MetricAlertRuleCondition |
MetricAlertRuleCondition.fromString(String name)
Creates or finds a MetricAlertRuleCondition from its string representation.
|
MetricAlertRuleCondition |
MetricCriteria.operator()
Get the criteria operator.
|
Modifier and Type | Method and Description |
---|---|
static Collection<MetricAlertRuleCondition> |
MetricAlertRuleCondition.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.withOperator(MetricAlertRuleCondition operator)
Set the criteria operator.
|
Copyright © 2019. All rights reserved.