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
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