MetricCriteria Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Criterion to filter metrics.
public class MetricCriteria : Azure.ResourceManager.Monitor.Models.MultiMetricCriteria, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.Models.MetricCriteria>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.Models.MetricCriteria>
type MetricCriteria = class
inherit MultiMetricCriteria
interface IJsonModel<MetricCriteria>
interface IPersistableModel<MetricCriteria>
Public Class MetricCriteria
Inherits MultiMetricCriteria
Implements IJsonModel(Of MetricCriteria), IPersistableModel(Of MetricCriteria)
- Inheritance
- Implements
Constructors
MetricCriteria(String, String, MetricCriteriaTimeAggregationType, MetricCriteriaOperator, Double) |
Initializes a new instance of MetricCriteria. |
Properties
AdditionalProperties |
Additional Properties To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
Dimensions |
List of dimension conditions. (Inherited from MultiMetricCriteria) |
MetricName |
Name of the metric. (Inherited from MultiMetricCriteria) |
MetricNamespace |
Namespace of the metric. (Inherited from MultiMetricCriteria) |
Name |
Name of the criteria. (Inherited from MultiMetricCriteria) |
Operator |
the criteria operator. |
SkipMetricValidation |
Allows creating an alert rule on a custom metric that isn't yet emitted, by causing the metric validation to be skipped. (Inherited from MultiMetricCriteria) |
Threshold |
the criteria threshold value that activates the alert. |
TimeAggregation |
the criteria time aggregation types. (Inherited from MultiMetricCriteria) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET