ActionGroup.AzureFunctionReceivers Property

Definition

Gets or sets the list of azure function receivers that are part of this action group.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to