AlertsSummaryGroupItem Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- groupedby
- String
Name of the field aggregated
- values
- IList<AlertsSummaryGroupItem>
List of the items
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET