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

AlertsSummaryGroup 构造函数

定义

重载

AlertsSummaryGroup()

初始化 AlertsSummaryGroup 类的新实例。

AlertsSummaryGroup(Nullable<Int64>, Nullable<Int64>, String, IList<AlertsSummaryGroupItem>)

初始化 AlertsSummaryGroup 类的新实例。

AlertsSummaryGroup()

初始化 AlertsSummaryGroup 类的新实例。

public AlertsSummaryGroup ();
Public Sub New ()

适用于

AlertsSummaryGroup(Nullable<Int64>, Nullable<Int64>, String, IList<AlertsSummaryGroupItem>)

初始化 AlertsSummaryGroup 类的新实例。

public AlertsSummaryGroup (long? total = default, long? smartGroupsCount = default, string groupedby = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.AlertsSummaryGroupItem> values = default);
new Microsoft.Azure.Management.AlertsManagement.Models.AlertsSummaryGroup : Nullable<int64> * Nullable<int64> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.AlertsSummaryGroupItem> -> Microsoft.Azure.Management.AlertsManagement.Models.AlertsSummaryGroup
Public Sub New (Optional total As Nullable(Of Long) = Nothing, Optional smartGroupsCount As Nullable(Of Long) = Nothing, Optional groupedby As String = Nothing, Optional values As IList(Of AlertsSummaryGroupItem) = Nothing)

参数

total
Nullable<Int64>

结果集的总计数。

smartGroupsCount
Nullable<Int64>

智能组的总计数。

groupedby
String

聚合的字段的名称

values
IList<AlertsSummaryGroupItem>

项列表

适用于