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