Compartir a través de


MetricAggregationType Estructura

Definición

Define los valores de MetricAggregationType.

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

Campos

Average

Promedio.

Count

Recuento de varios elementos, normalmente solicitudes.

Total

Suma.

Métodos

Equals(MetricAggregationType)

Compara las enumeraciones de tipo MetricAggregationType.

Equals(Object)

Invalida el operador Equals para MetricAggregationType

GetHashCode()

Devuelve para hashCode MetricAggregationType.

ToString()

Devuelve la representación de cadena para MetricAggregationType.

Operadores

Equality(MetricAggregationType, MetricAggregationType)

Operador Overriding == para enum MetricAggregationType

Implicit(MetricAggregationType to String)

Operador implícito para convertir MetricAggregationType en cadena

Implicit(String to MetricAggregationType)

Operador implícito para convertir la cadena en MetricAggregationType

Inequality(MetricAggregationType, MetricAggregationType)

Invalidación del operador != para la enumeración MetricAggregationType

Se aplica a