次の方法で共有


ManagementEventRuleCondition コンストラクター

定義

オーバーロード

ManagementEventRuleCondition()

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

ManagementEventRuleCondition(RuleDataSource, ManagementEventAggregationCondition)

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

ManagementEventRuleCondition()

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

public ManagementEventRuleCondition();
Public Sub New ()

適用対象

ManagementEventRuleCondition(RuleDataSource, ManagementEventAggregationCondition)

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

public ManagementEventRuleCondition(Microsoft.Azure.Management.Monitor.Models.RuleDataSource dataSource = default, Microsoft.Azure.Management.Monitor.Models.ManagementEventAggregationCondition aggregation = default);
new Microsoft.Azure.Management.Monitor.Models.ManagementEventRuleCondition : Microsoft.Azure.Management.Monitor.Models.RuleDataSource * Microsoft.Azure.Management.Monitor.Models.ManagementEventAggregationCondition -> Microsoft.Azure.Management.Monitor.Models.ManagementEventRuleCondition
Public Sub New (Optional dataSource As RuleDataSource = Nothing, Optional aggregation As ManagementEventAggregationCondition = Nothing)

パラメーター

dataSource
RuleDataSource

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

aggregation
ManagementEventAggregationCondition

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

適用対象