次の方法で共有


ActionGroupResource.AutomationRunbookReceivers プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象