次の方法で共有


ServerSecurityAlertPolicy.EmailAddresses プロパティ

定義

アラートの送信先の電子メール アドレスの配列を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象