MetricAlertConfigurationsOperator Struct
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.
cross metrics operator
should be specified when setting up multiple metric alerting configurations
public readonly struct MetricAlertConfigurationsOperator : IEquatable<Azure.AI.MetricsAdvisor.Models.MetricAlertConfigurationsOperator>
type MetricAlertConfigurationsOperator = struct
Public Structure MetricAlertConfigurationsOperator
Implements IEquatable(Of MetricAlertConfigurationsOperator)
- Inheritance
-
MetricAlertConfigurationsOperator
- Implements
Constructors
MetricAlertConfigurationsOperator(String) |
Determines if two MetricAlertConfigurationsOperator values are the same. |
Properties
And |
The anomaly will be included in the alert if the conditions in every MetricAlertConfiguration are satisfied. Be aware that if two metric alert configurations have no intersection between their scopes, an alert will never be triggered. |
Or |
The anomaly will be included in the alert if the conditions of at least one MetricAlertConfiguration are satisfied. |
Xor |
This value can only be used when there are exactly two MetricAlertConfiguration instances defined. The anomaly will be included in the alert if the conditions of exactly one of the configurations are satisfied. |
Methods
Equals(MetricAlertConfigurationsOperator) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(MetricAlertConfigurationsOperator, MetricAlertConfigurationsOperator) |
Determines if two MetricAlertConfigurationsOperator values are the same. |
Implicit(String to MetricAlertConfigurationsOperator) |
Converts a string to a MetricAlertConfigurationsOperator. |
Inequality(MetricAlertConfigurationsOperator, MetricAlertConfigurationsOperator) |
Determines if two MetricAlertConfigurationsOperator values are not the same. |
Applies to
Azure SDK for .NET