次の方法で共有


ActionGroupResource.WebhookReceivers プロパティ

定義

このアクション グループの一部である webhook レシーバーの一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.webhookReceivers")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.WebhookReceiver> WebhookReceivers { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.webhookReceivers")>]
member this.WebhookReceivers : System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.WebhookReceiver> with get, set
Public Property WebhookReceivers As IList(Of WebhookReceiver)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象