BoundaryMeasureType Struct

Definition

data used to implement value filter.

public readonly struct BoundaryMeasureType : IEquatable<Azure.AI.MetricsAdvisor.Models.BoundaryMeasureType>
type BoundaryMeasureType = struct
Public Structure BoundaryMeasureType
Implements IEquatable(Of BoundaryMeasureType)
Inheritance
BoundaryMeasureType
Implements

Constructors

BoundaryMeasureType(String)

Determines if two BoundaryMeasureType values are the same.

Properties

Mean

The mean of the latest metric values in the time series is used.

Value

The value of the metric is used as it is.

Methods

Equals(BoundaryMeasureType)

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(BoundaryMeasureType, BoundaryMeasureType)

Determines if two BoundaryMeasureType values are the same.

Implicit(String to BoundaryMeasureType)

Converts a string to a BoundaryMeasureType.

Inequality(BoundaryMeasureType, BoundaryMeasureType)

Determines if two BoundaryMeasureType values are not the same.

Applies to