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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET