次の方法で共有


ActionGroupResource.LogicAppReceivers プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象