次の方法で共有


RuleWebhookAction クラス

定義

ルールの条件が評価されるときにサービスに投稿するアクションを指定します。 この場合、識別子は常に RuleWebhookAction です。

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

コンストラクター

RuleWebhookAction()

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

RuleWebhookAction(String, IDictionary<String,String>)

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

プロパティ

Properties

post 操作に含めるカスタム プロパティのディクショナリを取得または設定します。 これらのデータは Webhook ペイロードに追加されます。

ServiceUri

アラートがアクティブ化または解決されたときに通知を投稿するサービス URI を取得または設定します。

適用対象