次の方法で共有


ActionGroupResource.ItsmReceivers プロパティ

定義

このアクション グループに含まれる ITSM レシーバーの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象