Share via


SqlMetricPrimaryAggregationType Struct

Definition

The primary aggregation type defining how metric values are displayed.

public readonly struct SqlMetricPrimaryAggregationType : IEquatable<Azure.ResourceManager.Sql.Models.SqlMetricPrimaryAggregationType>
type SqlMetricPrimaryAggregationType = struct
Public Structure SqlMetricPrimaryAggregationType
Implements IEquatable(Of SqlMetricPrimaryAggregationType)
Inheritance
SqlMetricPrimaryAggregationType
Implements

Constructors

SqlMetricPrimaryAggregationType(String)

Initializes a new instance of SqlMetricPrimaryAggregationType.

Properties

Average

Average.

Count

Count.

Maximum

Maximum.

Minimum

Minimum.

None

None.

Total

Total.

Methods

Equals(SqlMetricPrimaryAggregationType)

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

Determines if two SqlMetricPrimaryAggregationType values are the same.

Implicit(String to SqlMetricPrimaryAggregationType)

Converts a string to a SqlMetricPrimaryAggregationType.

Inequality(SqlMetricPrimaryAggregationType, SqlMetricPrimaryAggregationType)

Determines if two SqlMetricPrimaryAggregationType values are not the same.

Applies to