Class MultiMetricCriteria
java.lang.Object
com.microsoft.azure.management.monitor.MultiMetricCriteria
- Direct Known Subclasses:
- DynamicMetricCriteria,- MetricCriteria
The types of conditions for a multi resource alert.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGet unmatched properties from the message are deserialized this collection.Get list of dimension conditions.Get name of the metric.Get namespace of the metric.name()Get name of the criteria.Get the criteria time aggregation types.withAdditionalProperties(Map<String, Object> additionalProperties) Set unmatched properties from the message are deserialized this collection.withDimensions(List<MetricDimension> dimensions) Set list of dimension conditions.withMetricName(String metricName) Set name of the metric.withMetricNamespace(String metricNamespace) Set namespace of the metric.Set name of the criteria.withTimeAggregation(Object timeAggregation) Set the criteria time aggregation types.
- 
Constructor Details- 
MultiMetricCriteriapublic MultiMetricCriteria()
 
- 
- 
Method Details- 
additionalPropertiesGet unmatched properties from the message are deserialized this collection.- Returns:
- the additionalProperties value
 
- 
withAdditionalPropertiesSet unmatched properties from the message are deserialized this collection.- Parameters:
- additionalProperties- the additionalProperties value to set
- Returns:
- the MultiMetricCriteria object itself.
 
- 
nameGet name of the criteria.- Returns:
- the name value
 
- 
withNameSet name of the criteria.- Parameters:
- name- the name value to set
- Returns:
- the MultiMetricCriteria object itself.
 
- 
metricNameGet name of the metric.- Returns:
- the metricName value
 
- 
withMetricNameSet name of the metric.- Parameters:
- metricName- the metricName value to set
- Returns:
- the MultiMetricCriteria object itself.
 
- 
metricNamespaceGet namespace of the metric.- Returns:
- the metricNamespace value
 
- 
withMetricNamespaceSet namespace of the metric.- Parameters:
- metricNamespace- the metricNamespace value to set
- Returns:
- the MultiMetricCriteria object itself.
 
- 
timeAggregationGet the criteria time aggregation types.- Returns:
- the timeAggregation value
 
- 
withTimeAggregationSet the criteria time aggregation types.- Parameters:
- timeAggregation- the timeAggregation value to set
- Returns:
- the MultiMetricCriteria object itself.
 
- 
dimensionsGet list of dimension conditions.- Returns:
- the dimensions value
 
- 
withDimensionsSet list of dimension conditions.- Parameters:
- dimensions- the dimensions value to set
- Returns:
- the MultiMetricCriteria object itself.
 
 
-