PSRoutingEndpoints.EventHubs Property

Definition

The list of eventhub endpoints to which IoT hub routes the messages to, based on the routing rules.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to