Compartir a través de


RoutingEndpoints.EventHubs Propiedad

Definición

Obtiene o establece la lista de puntos de conexión de Event Hubs a los que IoT Hub enruta los mensajes, en función de las reglas de enrutamiento. Esta lista no incluye el punto de conexión integrado de Event Hubs.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a