RoutingEndpoints.EventHubs Property

Definition

Gets or sets the list of Event Hubs endpoints that IoT hub routes messages to, based on the routing rules. This list does not include the built-in Event Hubs endpoint.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to