Compartilhar via


MetricAggregationType Estrutura

Definição

Define valores para 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)
Herança
MetricAggregationType
Atributos
Newtonsoft.Json.JsonConverterAttribute
Implementações

Campos

Average

A média.

Count

A contagem de vários itens, geralmente solicitações.

Total

A soma.

Métodos

Equals(MetricAggregationType)

Compara enumerações do tipo MetricAggregationType

Equals(Object)

Substitui o operador Equals para MetricAggregationType

GetHashCode()

Retorna para hashCode MetricAggregationType

ToString()

Retorna a representação de cadeia de caracteres para MetricAggregationType

Operadores

Equality(MetricAggregationType, MetricAggregationType)

Substituindo o operador == para enum MetricAggregationType

Implicit(MetricAggregationType to String)

Operador implícito para converter MetricAggregationType em cadeia de caracteres

Implicit(String to MetricAggregationType)

Operador implícito para converter cadeia de caracteres em MetricAggregationType

Inequality(MetricAggregationType, MetricAggregationType)

Substituindo o operador != para enum MetricAggregationType

Aplica-se a