共用方式為


AlertsSummaryGroup Constructors

Definition

Overloads

AlertsSummaryGroup()

Initializes a new instance of the AlertsSummaryGroup class.

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

Initializes a new instance of the AlertsSummaryGroup class.

AlertsSummaryGroup()

Initializes a new instance of the AlertsSummaryGroup class.

public AlertsSummaryGroup ();
Public Sub New ()

Applies to

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

Initializes a new instance of the AlertsSummaryGroup class.

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)

Parameters

total
Nullable<Int64>

Total count of the result set.

smartGroupsCount
Nullable<Int64>

Total count of the smart groups.

groupedby
String

Name of the field aggregated

values
IList<AlertsSummaryGroupItem>

List of the items

Applies to