AlertsSummaryGroup 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
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
- groupedby
- String
Name of the field aggregated
- values
- IList<AlertsSummaryGroupItem>
List of the items
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET