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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET