次の方法で共有


AlertingAction クラス

定義

ルールの種類が [アラート] の場合に実行する必要があるアクションを指定する

[Newtonsoft.Json.JsonObject("Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.Microsoft.AppInsights.Nexus.DataContracts.Resources.ScheduledQueryRules.AlertingAction")]
public class AlertingAction : Microsoft.Azure.Management.Monitor.Models.Action
[<Newtonsoft.Json.JsonObject("Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.Microsoft.AppInsights.Nexus.DataContracts.Resources.ScheduledQueryRules.AlertingAction")>]
type AlertingAction = class
    inherit Action
Public Class AlertingAction
Inherits Action
継承
AlertingAction
属性
Newtonsoft.Json.JsonObjectAttribute

コンストラクター

AlertingAction()

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

AlertingAction(String, TriggerCondition, AzNsActionGroup, Nullable<Int32>)

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

プロパティ

AznsAction

Azure アクション グループ参照を取得または設定します。

Severity

アラートの重大度を取得または設定します。 使用できる値は、'0'、'1'、'2'、'3'、'4' です。

ThrottlingInMin

アラートを調整または抑制する時間 (分単位) を取得または設定します。

Trigger

アラート ルールが発生するトリガー条件を取得または設定します。

メソッド

Validate()

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

適用対象