你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AlertsSummaryGroup 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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)
参数
- groupedby
- String
聚合的字段的名称
- values
- IList<AlertsSummaryGroupItem>
项列表