次の方法で共有


RuleWebhookAction クラス

定義

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

public class RuleWebhookAction : Azure.ResourceManager.Monitor.Models.AlertRuleAction
type RuleWebhookAction = class
    inherit AlertRuleAction
Public Class RuleWebhookAction
Inherits AlertRuleAction
継承
RuleWebhookAction

コンストラクター

RuleWebhookAction()

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

プロパティ

Properties

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

ServiceUri

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

適用対象