Compartir a través de


SqlMetricPrimaryAggregationType Estructura

Definición

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