共用方式為


AlertsSummaryGroupItem Constructors

Definition

Overloads

AlertsSummaryGroupItem()

Initializes a new instance of the AlertsSummaryGroupItem class.

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

Initializes a new instance of the AlertsSummaryGroupItem class.

AlertsSummaryGroupItem()

Initializes a new instance of the AlertsSummaryGroupItem class.

public AlertsSummaryGroupItem ();
Public Sub New ()

Applies to

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

Initializes a new instance of the AlertsSummaryGroupItem class.

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

Parameters

name
String

Value of the aggregated field

count
Nullable<Int64>

Count of the aggregated field

groupedby
String

Name of the field aggregated

values
IList<AlertsSummaryGroupItem>

List of the items

Applies to