你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagementEventRuleCondition.Aggregation 属性

定义

获取或设置应如何随时间推移以及激活警报时合并收集的数据。 请注意,对于管理事件警报,聚合是可选的;如果未提供任何聚合,则任何事件都将导致激活警报。

[Newtonsoft.Json.JsonProperty(PropertyName="aggregation")]
public Microsoft.Azure.Management.Monitor.Models.ManagementEventAggregationCondition Aggregation { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="aggregation")>]
member this.Aggregation : Microsoft.Azure.Management.Monitor.Models.ManagementEventAggregationCondition with get, set
Public Property Aggregation As ManagementEventAggregationCondition

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于