SqlMetricPrimaryAggregationType Estructura
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Tipo de agregación principal que define cómo se muestran los valores de métrica.
public readonly struct SqlMetricPrimaryAggregationType : IEquatable<Azure.ResourceManager.Sql.Models.SqlMetricPrimaryAggregationType>
type SqlMetricPrimaryAggregationType = struct
Public Structure SqlMetricPrimaryAggregationType
Implements IEquatable(Of SqlMetricPrimaryAggregationType)
- Herencia
-
SqlMetricPrimaryAggregationType
- Implementaciones
Constructores
SqlMetricPrimaryAggregationType(String) |
Inicializa una nueva instancia de la clase SqlMetricPrimaryAggregationType. |
Propiedades
Average |
Average |
Count |
Recuento. |
Maximum |
Máximo. |
Minimum |
Mínimo. |
None |
Ninguno. |
Total |
Total. |
Métodos
Equals(SqlMetricPrimaryAggregationType) |
Indica si el objeto actual es igual que otro objeto del mismo tipo. |
ToString() |
Devuelve el nombre de tipo completo de esta instancia. |
Operadores
Equality(SqlMetricPrimaryAggregationType, SqlMetricPrimaryAggregationType) |
Determina si dos SqlMetricPrimaryAggregationType valores son los mismos. |
Implicit(String to SqlMetricPrimaryAggregationType) |
Convierte una cadena en un SqlMetricPrimaryAggregationType. |
Inequality(SqlMetricPrimaryAggregationType, SqlMetricPrimaryAggregationType) |
Determina si dos SqlMetricPrimaryAggregationType valores no son los mismos. |
Se aplica a
Azure SDK for .NET