次の方法で共有


ManagementEventAggregationCondition クラス

定義

収集されたデータの経時的な結合方法。

public class ManagementEventAggregationCondition
type ManagementEventAggregationCondition = class
Public Class ManagementEventAggregationCondition
継承
ManagementEventAggregationCondition

コンストラクター

ManagementEventAggregationCondition()

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

ManagementEventAggregationCondition(Nullable<ConditionOperator>, Nullable<Double>, Nullable<TimeSpan>)

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

プロパティ

OperatorProperty

条件演算子を取得または設定します。 使用できる値は、'GreaterThan'、'GreaterThanOrEqual'、'LessThan'、'LessThanOrEqual' です。

Threshold

アラートをアクティブにするしきい値を取得または設定します。

WindowSize

しきい値に基づいてアラート アクティビティを監視するために使用される期間 (ISO 8601 期間形式) を取得または設定します。 指定する場合は、5 分から 1 日の間にする必要があります。

適用対象