MetricAggregationType Struct

Definition

Defines values for MetricAggregationType.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.MetricAggregationTypeConverter))]
public struct MetricAggregationType : IEquatable<Microsoft.Azure.Management.Media.Models.MetricAggregationType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.MetricAggregationTypeConverter))>]
type MetricAggregationType = struct
Public Structure MetricAggregationType
Implements IEquatable(Of MetricAggregationType)
Inheritance
MetricAggregationType
Attributes
Newtonsoft.Json.JsonConverterAttribute
Implements

Fields

Average

The average.

Count

The count of a number of items, usually requests.

Total

The sum.

Methods

Equals(MetricAggregationType)

Compares enums of type MetricAggregationType

Equals(Object)

Overrides Equals operator for MetricAggregationType

GetHashCode()

Returns for hashCode MetricAggregationType

ToString()

Returns string representation for MetricAggregationType

Operators

Equality(MetricAggregationType, MetricAggregationType)

Overriding == operator for enum MetricAggregationType

Implicit(MetricAggregationType to String)

Implicit operator to convert MetricAggregationType to string

Implicit(String to MetricAggregationType)

Implicit operator to convert string to MetricAggregationType

Inequality(MetricAggregationType, MetricAggregationType)

Overriding != operator for enum MetricAggregationType

Applies to