次の方法で共有


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>

項目の一覧

適用対象