Share via


ThresholdRuleCondition.TimeAggregation Property

Definition

Gets or sets the time aggregation operator. How the data that are collected should be combined over time. The default value is the PrimaryAggregationType of the Metric. Possible values include: '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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to