次の方法で共有


LocationThresholdRuleCondition クラス

定義

特定の数の場所に基づくルールの条件が失敗します。

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

コンストラクター

LocationThresholdRuleCondition()

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

LocationThresholdRuleCondition(Int32, RuleDataSource, Nullable<TimeSpan>)

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

プロパティ

DataSource

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

(継承元 RuleCondition)
FailedLocationCount

アラートのアクティブ化に失敗する必要がある場所の数を取得または設定します。

WindowSize

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

メソッド

Validate()

オブジェクトを検証します。

適用対象