ManagementEventRuleCondition コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
収集されるデータを時間の経過と同時に、アラートをアクティブ化するタイミングを組み合わせる方法。 管理イベントのアラートの集計は省略可能です。指定しない場合は、すべてのイベントによってアラートがアクティブ化されます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET