Compartir a través de


ThresholdRuleCondition.TimeAggregation Propiedad

Definición

Obtiene o establece el operador de agregación de hora. Cómo se deben combinar los datos recopilados con el tiempo. El valor predeterminado es PrimaryAggregationType de la métrica. Entre los valores posibles se incluyen: "Average", "Minimum", "Maximum", "Total", "Last"

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a