AlertsSummaryGroup コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AlertsSummaryGroup() |
AlertsSummaryGroup クラスの新しいインスタンスを初期化します。 |
AlertsSummaryGroup(Nullable<Int64>, Nullable<Int64>, String, IList<AlertsSummaryGroupItem>) |
AlertsSummaryGroup クラスの新しいインスタンスを初期化します。 |
AlertsSummaryGroup()
AlertsSummaryGroup クラスの新しいインスタンスを初期化します。
public AlertsSummaryGroup ();
Public Sub New ()
適用対象
AlertsSummaryGroup(Nullable<Int64>, Nullable<Int64>, String, IList<AlertsSummaryGroupItem>)
AlertsSummaryGroup クラスの新しいインスタンスを初期化します。
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)
パラメーター
- groupedby
- String
集計されたフィールドの名前
- values
- IList<AlertsSummaryGroupItem>
項目の一覧
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET