MetricPeriodType Struct

Definition

the type of setting period.

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

Constructors

MetricPeriodType(String)

Determines if two MetricPeriodType values are the same.

Properties

AssignValue

The data points have their period assigned according to the PeriodValue provided.

AutoDetect

Tells the service to disregard any previous period feedback given to the set of data points affected.

Methods

Equals(MetricPeriodType)

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

Determines if two MetricPeriodType values are the same.

Implicit(String to MetricPeriodType)

Converts a string to a MetricPeriodType.

Inequality(MetricPeriodType, MetricPeriodType)

Determines if two MetricPeriodType values are not the same.

Applies to