PrimaryAggregationType Clase
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í.
Define valores para PrimaryAggregationType.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Sql.Fluent.Models.PrimaryAggregationType>))]
public class PrimaryAggregationType : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Sql.Fluent.Models.PrimaryAggregationType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Sql.Fluent.Models.PrimaryAggregationType>))>]
type PrimaryAggregationType = class
inherit ExpandableStringEnum<PrimaryAggregationType>
Public Class PrimaryAggregationType
Inherits ExpandableStringEnum(Of PrimaryAggregationType)
- Herencia
- Atributos
-
Newtonsoft.Json.JsonConverterAttribute
Constructores
PrimaryAggregationType() |
Define valores para PrimaryAggregationType. |
Campos
Average |
Define valores para PrimaryAggregationType. |
Count |
Define valores para PrimaryAggregationType. |
Maximum |
Define valores para PrimaryAggregationType. |
Minimum |
Define valores para PrimaryAggregationType. |
None |
Define valores para PrimaryAggregationType. |
Total |
Define valores para PrimaryAggregationType. |
Propiedades
Value |
Define valores para PrimaryAggregationType. (Heredado de ExpandableStringEnum<T>) |
Métodos
Equals(Object) |
Define valores para PrimaryAggregationType. (Heredado de ExpandableStringEnum<T>) |
Equals(String) |
Define valores para PrimaryAggregationType. (Heredado de ExpandableStringEnum<T>) |
GetHashCode() |
Define valores para PrimaryAggregationType. (Heredado de ExpandableStringEnum<T>) |
ToString() |
Define valores para PrimaryAggregationType. (Heredado de ExpandableStringEnum<T>) |
Se aplica a
Azure SDK for .NET