Share via


ThresholdRuleCondition.TimeAggregation Eigenschaft

Definition

Ruft den Zeitaggregationsoperator ab oder legt diese fest. Wie die gesammelten Daten im Laufe der Zeit kombiniert werden sollen. Der Standardwert ist der PrimaryAggregationType der Metrik. Mögliche Werte: "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)

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: