Compartir a través de


MetricDefinition.PrimaryAggregationType Propiedad

Definición

Obtiene o establece el valor del tipo de agregación principal que define cómo usar los valores para mostrar. Entre los valores posibles se incluyen: 'None', 'Average', 'Count', 'Minimum', 'Maximum', 'Total'

[Newtonsoft.Json.JsonProperty(PropertyName="primaryAggregationType")]
public Microsoft.Azure.Management.Monitor.Models.AggregationType? PrimaryAggregationType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="primaryAggregationType")>]
member this.PrimaryAggregationType : Nullable<Microsoft.Azure.Management.Monitor.Models.AggregationType> with get, set
Public Property PrimaryAggregationType As Nullable(Of AggregationType)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a