NotificationRequestBody.EventHubReceivers Property

Definition

Gets or sets the list of event hub receivers that are part of this action group.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to