次の方法で共有


ActionGroupResource.AzureFunctionReceivers プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象