次の方法で共有


SubscriptionResourceGetServiceAlertSummaryOptions コンストラクター

定義

SubscriptionResourceGetServiceAlertSummaryOptions の新しいインスタンスを初期化します。

public SubscriptionResourceGetServiceAlertSummaryOptions (Azure.ResourceManager.AlertsManagement.Models.AlertsSummaryGroupByField groupby);
new Azure.ResourceManager.AlertsManagement.Models.SubscriptionResourceGetServiceAlertSummaryOptions : Azure.ResourceManager.AlertsManagement.Models.AlertsSummaryGroupByField -> Azure.ResourceManager.AlertsManagement.Models.SubscriptionResourceGetServiceAlertSummaryOptions
Public Sub New (groupby As AlertsSummaryGroupByField)

パラメーター

groupby
AlertsSummaryGroupByField

このパラメーターを使用すると、結果セットを入力フィールドでグループ化できます (サポートされているコンマ区切りフィールドは最大 2 つ)。 たとえば、groupby=severity、groupby=severity、alertstate などです。

適用対象