84 строки
4.3 KiB
YAML
84 строки
4.3 KiB
YAML
|
### YamlMime:JavaType
|
||
|
inheritances:
|
||
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
||
|
- <xref href="com.microsoft.azure.management.monitor.MultiMetricCriteria?alt=com.microsoft.azure.management.monitor.MultiMetricCriteria&text=MultiMetricCriteria" data-throw-if-not-resolved="False"/>
|
||
|
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<String, Object>)
|
||
|
- com.microsoft.azure.management.monitor.MultiMetricCriteria.withDimensions(List<MetricDimension>)
|
||
|
- 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: <p>the operator value </p>
|
||
|
type: <xref href="Object?alt=Object&text=Object" data-throw-if-not-resolved="False"/>
|
||
|
summary: >-
|
||
|
<p>Get the criteria operator.</p>
|
||
|
|
||
|
<p></p>
|
||
|
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: <p>the threshold value </p>
|
||
|
type: <xref href="double?alt=double&text=double" data-throw-if-not-resolved="False"/>
|
||
|
summary: >-
|
||
|
<p>Get the criteria threshold value that activates the alert.</p>
|
||
|
|
||
|
<p></p>
|
||
|
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: <p>the operator value to set </p>
|
||
|
name: operator
|
||
|
type: <xref href="Object?alt=Object&text=Object" data-throw-if-not-resolved="False"/>
|
||
|
returns:
|
||
|
description: <p>the MetricCriteria object itself. </p>
|
||
|
type: <xref href="com.microsoft.azure.management.monitor.MetricCriteria?alt=com.microsoft.azure.management.monitor.MetricCriteria&text=MetricCriteria" data-throw-if-not-resolved="False"/>
|
||
|
summary: >-
|
||
|
<p>Set the criteria operator.</p>
|
||
|
|
||
|
<p></p>
|
||
|
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: <p>the threshold value to set </p>
|
||
|
name: threshold
|
||
|
type: <xref href="double?alt=double&text=double" data-throw-if-not-resolved="False"/>
|
||
|
returns:
|
||
|
description: <p>the MetricCriteria object itself. </p>
|
||
|
type: <xref href="com.microsoft.azure.management.monitor.MetricCriteria?alt=com.microsoft.azure.management.monitor.MetricCriteria&text=MetricCriteria" data-throw-if-not-resolved="False"/>
|
||
|
summary: >-
|
||
|
<p>Set the criteria threshold value that activates the alert.</p>
|
||
|
|
||
|
<p></p>
|
||
|
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: <p>Criterion to filter metrics. </p>
|
||
|
metadata: {}
|