| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.models |
Package containing the data models for MonitorClient.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicMetricCriteria
Criterion for dynamic threshold.
|
class |
MetricCriteria
Criterion to filter metrics.
|
| Modifier and Type | Method and Description |
|---|---|
MultiMetricCriteria |
MultiMetricCriteria.withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: The types of conditions for a multi resource alert.
|
MultiMetricCriteria |
MultiMetricCriteria.withDimensions(List<MetricDimension> dimensions)
Set the dimensions property: List of dimension conditions.
|
MultiMetricCriteria |
MultiMetricCriteria.withMetricName(String metricName)
Set the metricName property: Name of the metric.
|
MultiMetricCriteria |
MultiMetricCriteria.withMetricNamespace(String metricNamespace)
Set the metricNamespace property: Namespace of the metric.
|
MultiMetricCriteria |
MultiMetricCriteria.withName(String name)
Set the name property: Name of the criteria.
|
MultiMetricCriteria |
MultiMetricCriteria.withSkipMetricValidation(Boolean skipMetricValidation)
Set the skipMetricValidation property: Allows creating an alert rule on a custom metric that isn't yet emitted,
by causing the metric validation to be skipped.
|
MultiMetricCriteria |
MultiMetricCriteria.withTimeAggregation(AggregationType timeAggregation)
Set the timeAggregation property: the criteria time aggregation types.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.