Condividi tramite


RoutingEndpoints.ServiceBusQueues Property

Definition

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

Applies to