RoutingProperties.Routes Property

Definition

Gets or sets the list of user-provided routing rules that the IoT hub uses to route messages to built-in and custom endpoints. A maximum of 100 routing rules are allowed for paid hubs and a maximum of 5 routing rules are allowed for free hubs.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to