RoutingEndpoints.ServiceBusTopics Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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