Partilhar via


PSRoutingEndpoints.ServiceBusQueues Property

Definition

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

Applies to