MetricAggregationType Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Azure SDK for .NET