次の方法で共有


ActionGroupResource.EmailReceivers プロパティ

定義

このアクション グループに含まれる電子メール 受信者の一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象