Compartir a través de


RoutingEndpoints.ServiceBusTopics Propiedad

Definición

Obtiene o establece la lista de puntos de conexión del tema de Service Bus a los que el centro de IoT enruta los mensajes, en función de las reglas de enrutamiento.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a