ChangePointValue 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.
The ChangePointValue.
public readonly struct ChangePointValue : IEquatable<Azure.AI.MetricsAdvisor.Models.ChangePointValue>
type ChangePointValue = struct
Public Structure ChangePointValue
Implements IEquatable(Of ChangePointValue)
- Inheritance
-
ChangePointValue
- Implements
Constructors
ChangePointValue(String) |
Determines if two ChangePointValue values are the same. |
Properties
AutoDetect |
Tells the service to disregard any previous change point feedback given to the set of data points affected. |
ChangePoint |
The data points should have been labeled as change points. |
NotChangePoint |
The data points should not have been labeled as change points. |
Methods
Equals(ChangePointValue) |
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(ChangePointValue, ChangePointValue) |
Determines if two ChangePointValue values are the same. |
Implicit(String to ChangePointValue) |
Converts a string to a ChangePointValue. |
Inequality(ChangePointValue, ChangePointValue) |
Determines if two ChangePointValue values are not the same. |
Applies to
Azure SDK for .NET