次の方法で共有


MetricAlertAction.WebHookProperties プロパティ

定義

このフィールドを取得または設定すると、Webhook への入力として送信されるアラート ペイロードに追加されるカスタム プロパティを指定できます。

[Newtonsoft.Json.JsonProperty(PropertyName="webHookProperties")]
public System.Collections.Generic.IDictionary<string,string> WebHookProperties { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="webHookProperties")>]
member this.WebHookProperties : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property WebHookProperties As IDictionary(Of String, String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象