Condividi tramite


RoutingEndpoints.ServiceBusTopics Property

Definition

Gets or sets the list of Service Bus topic endpoints that the IoT hub routes the messages to, based on the routing rules.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to