RoutingEndpoints.ServiceBusQueues 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 queue endpoints that IoT hub routes the messages to, based on the routing rules.
[Newtonsoft.Json.JsonProperty(PropertyName="serviceBusQueues")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.IotHub.Models.RoutingServiceBusQueueEndpointProperties> ServiceBusQueues { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="serviceBusQueues")>]
member this.ServiceBusQueues : System.Collections.Generic.IList<Microsoft.Azure.Management.IotHub.Models.RoutingServiceBusQueueEndpointProperties> with get, set
Public Property ServiceBusQueues As IList(Of RoutingServiceBusQueueEndpointProperties)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute