Package | Description |
---|---|
com.microsoft.azure.management.monitor |
This package contains the classes for MonitorManagementClient.
|
Modifier and Type | Method and Description |
---|---|
MetricCriteria |
MetricCriteria.withDimensions(List<MetricDimension> dimensions)
Set list of dimension conditions.
|
MetricCriteria |
MetricCriteria.withMetricName(String metricName)
Set name of the metric.
|
MetricCriteria |
MetricCriteria.withMetricNamespace(String metricNamespace)
Set namespace of the metric.
|
MetricCriteria |
MetricCriteria.withName(String name)
Set name of the criteria.
|
MetricCriteria |
MetricCriteria.withOperator(MetricAlertRuleCondition operator)
Set the criteria operator.
|
MetricCriteria |
MetricCriteria.withThreshold(double threshold)
Set the criteria threshold value that activates the alert.
|
MetricCriteria |
MetricCriteria.withTimeAggregation(MetricAlertRuleTimeAggregation timeAggregation)
Set the criteria time aggregation types.
|
Modifier and Type | Method and Description |
---|---|
List<MetricCriteria> |
MetricAlertSingleResourceMultipleMetricCriteria.allOf()
Get the list of metric criteria for this 'all of' operation.
|
Modifier and Type | Method and Description |
---|---|
MetricAlertSingleResourceMultipleMetricCriteria |
MetricAlertSingleResourceMultipleMetricCriteria.withAllOf(List<MetricCriteria> allOf)
Set the list of metric criteria for this 'all of' operation.
|
Copyright © 2019. All rights reserved.