次の方法で共有


AzNsActionGroup.CustomWebhookPayload プロパティ

定義

Azure アクション グループ内のすべての Webhook URI に対して送信されるカスタム ペイロードを取得または設定します

[Newtonsoft.Json.JsonProperty(PropertyName="customWebhookPayload")]
public string CustomWebhookPayload { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="customWebhookPayload")>]
member this.CustomWebhookPayload : string with get, set
Public Property CustomWebhookPayload As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象