次の方法で共有


ManagementEventRuleCondition クラス

定義

管理イベント ルールの条件。

[Newtonsoft.Json.JsonObject("Microsoft.Azure.Management.Insights.Models.ManagementEventRuleCondition")]
public class ManagementEventRuleCondition : Microsoft.Azure.Management.Monitor.Models.RuleCondition
[<Newtonsoft.Json.JsonObject("Microsoft.Azure.Management.Insights.Models.ManagementEventRuleCondition")>]
type ManagementEventRuleCondition = class
    inherit RuleCondition
Public Class ManagementEventRuleCondition
Inherits RuleCondition
継承
ManagementEventRuleCondition
属性
Newtonsoft.Json.JsonObjectAttribute

コンストラクター

ManagementEventRuleCondition()

ManagementEventRuleCondition クラスの新しいインスタンスを初期化します。

ManagementEventRuleCondition(RuleDataSource, ManagementEventAggregationCondition)

ManagementEventRuleCondition クラスの新しいインスタンスを初期化します。

プロパティ

Aggregation

収集されるデータを時間の経過と同時に、アラートをアクティブ化する方法を取得または設定します。 管理イベントのアラートの集計は省略可能です。指定しない場合は、すべてのイベントによってアラートがアクティブ化されます。

DataSource

ルールがデータを収集するリソースを取得または設定します。 この型の場合、dataSource は常に RuleMetricDataSource 型になります。

(継承元 RuleCondition)

適用対象