### YamlMime:JavaType inheritances: - - inheritedMembers: - com.microsoft.azure.management.monitor.MultiMetricCriteria.additionalProperties() - com.microsoft.azure.management.monitor.MultiMetricCriteria.dimensions() - com.microsoft.azure.management.monitor.MultiMetricCriteria.metricName() - com.microsoft.azure.management.monitor.MultiMetricCriteria.metricNamespace() - com.microsoft.azure.management.monitor.MultiMetricCriteria.name() - com.microsoft.azure.management.monitor.MultiMetricCriteria.timeAggregation() - com.microsoft.azure.management.monitor.MultiMetricCriteria.withAdditionalProperties(Map) - com.microsoft.azure.management.monitor.MultiMetricCriteria.withDimensions(List) - com.microsoft.azure.management.monitor.MultiMetricCriteria.withMetricName(String) - com.microsoft.azure.management.monitor.MultiMetricCriteria.withMetricNamespace(String) - com.microsoft.azure.management.monitor.MultiMetricCriteria.withName(String) - com.microsoft.azure.management.monitor.MultiMetricCriteria.withTimeAggregation(Object) methods: - fullName: com.microsoft.azure.management.monitor.MetricCriteria.operator() name: operator() nameWithType: MetricCriteria.operator() returns: description:

the operator value

type: summary: >-

Get the criteria operator.

syntax: public Object operator() uid: com.microsoft.azure.management.monitor.MetricCriteria.operator() - fullName: com.microsoft.azure.management.monitor.MetricCriteria.threshold() name: threshold() nameWithType: MetricCriteria.threshold() returns: description:

the threshold value

type: summary: >-

Get the criteria threshold value that activates the alert.

syntax: public double threshold() uid: com.microsoft.azure.management.monitor.MetricCriteria.threshold() - fullName: com.microsoft.azure.management.monitor.MetricCriteria.withOperator(Object operator) name: withOperator(Object operator) nameWithType: MetricCriteria.withOperator(Object operator) parameters: - description:

the operator value to set

name: operator type: returns: description:

the MetricCriteria object itself.

type: summary: >-

Set the criteria operator.

syntax: public MetricCriteria withOperator(Object operator) uid: com.microsoft.azure.management.monitor.MetricCriteria.withOperator(Object) - fullName: com.microsoft.azure.management.monitor.MetricCriteria.withThreshold(double threshold) name: withThreshold(double threshold) nameWithType: MetricCriteria.withThreshold(double threshold) parameters: - description:

the threshold value to set

name: threshold type: returns: description:

the MetricCriteria object itself.

type: summary: >-

Set the criteria threshold value that activates the alert.

syntax: public MetricCriteria withThreshold(double threshold) uid: com.microsoft.azure.management.monitor.MetricCriteria.withThreshold(double) nameWithType: MetricCriteria syntax: public class MetricCriteria extends MultiMetricCriteria type: class uid: com.microsoft.azure.management.monitor.MetricCriteria fullName: com.microsoft.azure.management.monitor.MetricCriteria name: MetricCriteria package: com.microsoft.azure.management.monitor summary:

Criterion to filter metrics.

metadata: {}